From 1fcfc8737f7952f7a47ebd571ede0000e3e68070 Mon Sep 17 00:00:00 2001 From: BatsKikker <84859864+BatsKikker@users.noreply.github.com> Date: Mon, 25 Mar 2024 21:47:05 +0100 Subject: [PATCH] Update translations.js Added nl.js --- src/i18n/translations/translations.js | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/src/i18n/translations/translations.js b/src/i18n/translations/translations.js index 5ed8b58e..f8042647 100644 --- a/src/i18n/translations/translations.js +++ b/src/i18n/translations/translations.js @@ -17,9 +17,9 @@ * along with this program. If not, see . */ import ar from './ar.js'; -import bn from './bn.js' +import bn from './bn.js'; import da from './da.js'; -import de from './de.js' +import de from './de.js'; import en from './en.js'; import es from './es.js'; import fa from './fa.js'; @@ -29,6 +29,7 @@ import hy from './hy.js'; import it from './it.js'; import ko from './ko.js'; import nb from './nb.js'; +import nl from './nl.js'; import nn from './nn.js'; import ro from './ro.js'; import sv from './sv.js'; @@ -52,6 +53,7 @@ export default { it, ko, nb, + nl, nn, ro, pl, @@ -60,4 +62,4 @@ export default { zh, ur, emoji, -}; \ No newline at end of file +};