chore: add Portuguese (pt-BR) translation

This commit is contained in:
hstyi
2026-01-16 11:33:02 +08:00
committed by hstyi
parent a227d1a4ff
commit dd48dfcd96

View File

@@ -21,6 +21,7 @@ object I18n : AbstractI18n() {
"zh_CN" to "简体中文", "zh_CN" to "简体中文",
"zh_TW" to "繁體中文", "zh_TW" to "繁體中文",
"ru_RU" to "Русский", "ru_RU" to "Русский",
"pt_BR" to "Português",
) )
fun containsLanguage(locale: Locale): String? { fun containsLanguage(locale: Locale): String? {