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({