1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-15 07:43:35 +00:00

update languages (#172)

* update languages

* fix lint error
This commit is contained in:
Kyle Spearrin
2020-09-21 11:17:48 -04:00
committed by GitHub
parent 5c3e337fb1
commit f0dc38b1c4

View File

@@ -8,6 +8,7 @@ export class I18nService implements I18nServiceAbstraction {
collator: Intl.Collator;
localeNames = new Map<string, string>([
['af', 'Afrikaans'],
['be', 'Беларуская'],
['bg', 'български'],
['ca', 'català'],
['cs', 'čeština'],
@@ -30,7 +31,8 @@ export class I18nService implements I18nServiceAbstraction {
['it', 'italiano'],
['ja', '日本語'],
['ko', '한국어'],
['ml', 'മലയാളം'],
['lv', 'Latvietis'],
['ml', 'മലയാളം'],
['nb', 'norsk (bokmål)'],
['nl', 'Nederlands'],
['pl', 'polski'],