Add nl to the list of translations (we really need to make this automatic)

This commit is contained in:
Zoe Roux 2024-11-30 17:35:42 +01:00
parent aabc8fcac9
commit 85378091ce
No known key found for this signature in database

View File

@ -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 },