1
0
Fork 0
mirror of https://github.com/seanmorley15/AdventureLog.git synced 2025-08-02 03:35:18 +02:00

Update +layout.svelte

This commit is contained in:
Александр 2025-06-11 14:59:41 +07:00 committed by GitHub
parent 871e265001
commit 3f89fad67f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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