1
0
Fork 0
mirror of https://github.com/seanmorley15/AdventureLog.git synced 2025-08-04 20:55:19 +02:00

Update documentation and add Polish locale support

This commit is contained in:
Sean Morley 2024-11-27 18:06:16 -05:00
parent 0878008a05
commit 7defdac3a8
3 changed files with 4 additions and 4 deletions

View file

@ -13,8 +13,9 @@
register('zh', () => import('../locales/zh.json'));
register('nl', () => import('../locales/nl.json'));
register('sv', () => import('../locales/sv.json'));
register('pl', () => import('../locales/pl.json'));
let locales = ['en', 'es', 'fr', 'de', 'it', 'zh', 'nl', 'sv'];
let locales = ['en', 'es', 'fr', 'de', 'it', 'zh', 'nl', 'sv', 'pl'];
if (browser) {
init({