mirror of
https://github.com/seanmorley15/AdventureLog.git
synced 2025-07-23 14:59:36 +02:00
Added Norwegian translation
This commit is contained in:
parent
cde293c4bd
commit
47c219affd
3 changed files with 608 additions and 479 deletions
|
@ -54,7 +54,8 @@
|
||||||
sv: 'Svenska',
|
sv: 'Svenska',
|
||||||
zh: '中文',
|
zh: '中文',
|
||||||
pl: 'Polski',
|
pl: 'Polski',
|
||||||
ko: '한국어'
|
ko: '한국어',
|
||||||
|
no: "Norsk"
|
||||||
};
|
};
|
||||||
|
|
||||||
let query: string = '';
|
let query: string = '';
|
||||||
|
|
File diff suppressed because it is too large
Load diff
|
@ -15,8 +15,9 @@
|
||||||
register('sv', () => import('../locales/sv.json'));
|
register('sv', () => import('../locales/sv.json'));
|
||||||
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'));
|
||||||
|
|
||||||
let locales = ['en', 'es', 'fr', 'de', 'it', 'zh', 'nl', 'sv', 'pl', 'ko'];
|
let locales = ['en', 'es', 'fr', 'de', 'it', 'zh', 'nl', 'sv', 'pl', 'ko', 'no'];
|
||||||
|
|
||||||
if (browser) {
|
if (browser) {
|
||||||
init({
|
init({
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue