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