+ client: add norwegian language

This commit is contained in:
Artem Baskal
2019-12-05 14:56:52 +03:00
parent 9fd27b9add
commit 4f0975bab5
12 changed files with 442 additions and 0 deletions

View File

@@ -22,6 +22,7 @@ import de from './__locales/de.json';
import id from './__locales/id.json';
import it from './__locales/it.json';
import ko from './__locales/ko.json';
import no from './__locales/no.json';
import nl from './__locales/nl.json';
import pl from './__locales/pl.json';
import ptPT from './__locales/pt-pt.json';
@@ -81,6 +82,9 @@ const resources = {
ko: {
translation: ko,
},
no: {
translation: no,
},
nl: {
translation: nl,
},