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:
parent
0878008a05
commit
7defdac3a8
3 changed files with 4 additions and 4 deletions
|
@ -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({
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue