Skip to content

Commit 566bd42

Browse files
Merge pull request #11 from AllanAxolotls/patch-2
Update main.ts
2 parents f045329 + 8be66c6 commit 566bd42

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/main.ts

+1
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ const initL10N = async () => {
2828
addMessages('fr', (await import('./Assets/L10N/fr.json')) as never);
2929
addMessages('ru', (await import('./Assets/L10N/ru.json')) as never);
3030
addMessages('ja', (await import('./Assets/L10N/ja.json')) as never);
31+
addMessages('nl', (await import('./Assets/L10N/nl.json')) as never);
3132

3233
// setup l10n
3334
await setupL10N();

0 commit comments

Comments
 (0)