mirror of
https://github.com/bitwarden/browser
synced 2025-01-28 03:59:50 +01:00
language updates
This commit is contained in:
parent
38e62668ed
commit
2e346dbe2f
@ -74,6 +74,7 @@ import {
|
|||||||
CurrencyPipe,
|
CurrencyPipe,
|
||||||
registerLocaleData,
|
registerLocaleData,
|
||||||
} from '@angular/common';
|
} from '@angular/common';
|
||||||
|
import localeBe from '@angular/common/locales/be';
|
||||||
import localeBg from '@angular/common/locales/bg';
|
import localeBg from '@angular/common/locales/bg';
|
||||||
import localeCa from '@angular/common/locales/ca';
|
import localeCa from '@angular/common/locales/ca';
|
||||||
import localeCs from '@angular/common/locales/cs';
|
import localeCs from '@angular/common/locales/cs';
|
||||||
@ -109,6 +110,7 @@ import localeVi from '@angular/common/locales/vi';
|
|||||||
import localeZhCn from '@angular/common/locales/zh-Hans';
|
import localeZhCn from '@angular/common/locales/zh-Hans';
|
||||||
import localeZhTw from '@angular/common/locales/zh-Hant';
|
import localeZhTw from '@angular/common/locales/zh-Hant';
|
||||||
|
|
||||||
|
registerLocaleData(localeBe, 'be');
|
||||||
registerLocaleData(localeBg, 'bg');
|
registerLocaleData(localeBg, 'bg');
|
||||||
registerLocaleData(localeCa, 'ca');
|
registerLocaleData(localeCa, 'ca');
|
||||||
registerLocaleData(localeCs, 'cs');
|
registerLocaleData(localeCs, 'cs');
|
||||||
|
@ -17,8 +17,8 @@ export default class I18nService extends BaseI18nService {
|
|||||||
});
|
});
|
||||||
|
|
||||||
this.supportedTranslationLocales = [
|
this.supportedTranslationLocales = [
|
||||||
'en', 'bg', 'ca', 'cs', 'da', 'de', 'el', 'en-GB', 'es', 'et', 'fa', 'fi', 'fr', 'he', 'hr', 'hu', 'id',
|
'en', 'be', 'bg', 'ca', 'cs', 'da', 'de', 'el', 'en-GB', 'es', 'et', 'fa', 'fi', 'fr', 'he', 'hr', 'hu',
|
||||||
'it', 'ja', 'ko', 'nb', 'nl', 'pl', 'pt-BR', 'pt-PT', 'ro', 'ru', 'sk', 'sv', 'th', 'tr', 'uk', 'vi',
|
'id', 'it', 'ja', 'ko', 'nb', 'nl', 'pl', 'pt-BR', 'pt-PT', 'ro', 'ru', 'sk', 'sv', 'th', 'tr', 'uk', 'vi',
|
||||||
'zh-CN', 'zh-TW',
|
'zh-CN', 'zh-TW',
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user