mirror of
https://github.com/seanmorley15/AdventureLog.git
synced 2025-12-23 22:58:17 -05:00
Update +layout.svelte
This commit is contained in:
@@ -16,8 +16,9 @@
|
||||
register('pl', () => import('../locales/pl.json'));
|
||||
register('ko', () => import('../locales/ko.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) {
|
||||
init({
|
||||
|
||||
Reference in New Issue
Block a user