1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-15 15:53:27 +00:00

Add the missing languages to the translation.service (#8459)

This enables it being shown as anm option with the language selector on the individual clients

Co-authored-by: Daniel James Smith <djsmith85@users.noreply.github.com>
This commit is contained in:
Daniel James Smith
2024-03-25 11:12:32 +01:00
committed by GitHub
parent 2a6f212003
commit eea4d5407d
4 changed files with 30 additions and 0 deletions

View File

@@ -16,6 +16,7 @@ export abstract class TranslationService implements TranslationServiceAbstractio
["bs", "bosanski jezik"],
["ca", "català"],
["cs", "čeština"],
["cy", "Cymraeg, y Gymraeg"],
["da", "dansk"],
["de", "Deutsch"],
["el", "Ελληνικά"],
@@ -30,6 +31,7 @@ export abstract class TranslationService implements TranslationServiceAbstractio
["fi", "suomi"],
["fil", "Wikang Filipino"],
["fr", "français"],
["gl", "galego"],
["he", "עברית"],
["hi", "हिन्दी"],
["hr", "hrvatski"],
@@ -45,9 +47,13 @@ export abstract class TranslationService implements TranslationServiceAbstractio
["lv", "Latvietis"],
["me", "црногорски"],
["ml", "മലയാളം"],
["mr", "मराठी"],
["my", "ဗမာစကား"],
["nb", "norsk (bokmål)"],
["ne", "नेपाली"],
["nl", "Nederlands"],
["nn", "Norsk Nynorsk"],
["or", "ଓଡ଼ିଆ"],
["pl", "polski"],
["pt-BR", "português do Brasil"],
["pt-PT", "português"],
@@ -58,6 +64,7 @@ export abstract class TranslationService implements TranslationServiceAbstractio
["sl", "Slovenski jezik, Slovenščina"],
["sr", "Српски"],
["sv", "svenska"],
["te", "తెలుగు"],
["th", "ไทย"],
["tr", "Türkçe"],
["uk", "українська"],