1
0
mirror of https://github.com/bitwarden/browser.git synced 2024-09-18 02:41:15 +02: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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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'],