Add Malay to language selection

This commit is contained in:
Andrew Senetar 2022-01-24 21:02:57 -06:00
parent c9c35cc60d
commit db27e6a645
Signed by: arsenetar
GPG Key ID: C63300DCE48AB2F1
3 changed files with 3 additions and 0 deletions

View File

@ -58,6 +58,7 @@ def get_locale_name(lang):
"it": "it_IT",
"ja": "ja_JP",
"ko": "ko_KR",
"ms": "ms_MY",
"nl": "nl_NL",
"pl_PL": "pl_PL",
"pt_BR": "pt_BR",

View File

@ -52,6 +52,7 @@ SUPPORTED_LANGUAGES = [
"it",
"ja",
"ko",
"ms",
"nl",
"pl_PL",
"pt_BR",

View File

@ -31,6 +31,7 @@ def get_langnames():
"it": tr("Italian"),
"ja": tr("Japanese"),
"ko": tr("Korean"),
"ms": tr("Malay"),
"nl": tr("Dutch"),
"pl_PL": tr("Polish"),
"pt_BR": tr("Brazilian"),