add languages to SupportedTranslationLocales
This commit is contained in:
parent
5acc6aae23
commit
33d6c7fcb3
|
@ -5,7 +5,9 @@ import { I18nService as I18nServiceAbstraction } from 'jslib/abstractions/i18n.s
|
||||||
|
|
||||||
// First locale is the default (English)
|
// First locale is the default (English)
|
||||||
const SupportedTranslationLocales = [
|
const SupportedTranslationLocales = [
|
||||||
'en', 'es',
|
'en', 'cs', 'da', 'de', 'es', 'et', 'fi', 'fr', 'hr', 'hu', 'id', 'it', 'ja',
|
||||||
|
'nb', 'nl', 'pl', 'pt-BR', 'pt-PT', 'ro', 'ru', 'sk', 'sv', 'tr', 'uk', 'vi',
|
||||||
|
'zh-CN', 'zh-TW',
|
||||||
];
|
];
|
||||||
|
|
||||||
export class I18nService implements I18nServiceAbstraction {
|
export class I18nService implements I18nServiceAbstraction {
|
||||||
|
|
Loading…
Reference in New Issue