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:
parent
871e265001
commit
3f89fad67f
1 changed files with 2 additions and 1 deletions
|
@ -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({
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue