From 85378091ce19e14f28640c1958c83cecea8e0a03 Mon Sep 17 00:00:00 2001 From: Zoe Roux Date: Sat, 30 Nov 2024 17:35:42 +0100 Subject: [PATCH] Add nl to the list of translations (we really need to make this automatic) --- front/translations/index.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/front/translations/index.js b/front/translations/index.js index f77e4920..8f03b35e 100644 --- a/front/translations/index.js +++ b/front/translations/index.js @@ -4,6 +4,7 @@ import es from "./es"; import fr from "./fr"; import it from "./it"; import ko from "./ko"; +import nl from "./nl"; import pl from "./pl"; import pt_br from "./pt_br"; import ro from "./ro"; @@ -19,6 +20,7 @@ export default { fr: { translation: fr }, it: { translation: it }, ko: { translation: ko }, + nl: { translation: nl }, pl: { translation: pl }, "pt-BR": { translation: pt_br }, ro: { translation: ro },