We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f045329 + 8be66c6 commit 566bd42Copy full SHA for 566bd42
src/main.ts
@@ -28,6 +28,7 @@ const initL10N = async () => {
28
addMessages('fr', (await import('./Assets/L10N/fr.json')) as never);
29
addMessages('ru', (await import('./Assets/L10N/ru.json')) as never);
30
addMessages('ja', (await import('./Assets/L10N/ja.json')) as never);
31
+ addMessages('nl', (await import('./Assets/L10N/nl.json')) as never);
32
33
// setup l10n
34
await setupL10N();
0 commit comments