1
0
mirror of https://github.com/bitwarden/mobile.git synced 2024-06-28 10:54:59 +02:00

update languages (#1080)

This commit is contained in:
Kyle Spearrin 2020-09-21 10:20:45 -04:00 committed by GitHub
parent 785d0b21c6
commit d33e38012a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -47,6 +47,7 @@ namespace Bit.App.Services
_localeNames = new Dictionary<string, string> _localeNames = new Dictionary<string, string>
{ {
["af"] = "Afrikaans", ["af"] = "Afrikaans",
["be"] = "Беларуская",
["bg"] = "български", ["bg"] = "български",
["ca"] = "català", ["ca"] = "català",
["cs"] = "čeština", ["cs"] = "čeština",
@ -69,6 +70,7 @@ namespace Bit.App.Services
["it"] = "italiano", ["it"] = "italiano",
["ja"] = "日本語", ["ja"] = "日本語",
["ko"] = "한국어", ["ko"] = "한국어",
["lv"] = "Latvietis",
["ml"] = "മലയാളം", ["ml"] = "മലയാളം",
["nb"] = "norsk (bokmål)", ["nb"] = "norsk (bokmål)",
["nl"] = "Nederlands", ["nl"] = "Nederlands",