From dd48dfcd96f5e22b129fb97288378827136a8ee6 Mon Sep 17 00:00:00 2001 From: hstyi Date: Fri, 16 Jan 2026 11:33:02 +0800 Subject: [PATCH] chore: add Portuguese (pt-BR) translation --- src/main/kotlin/app/termora/I18n.kt | 1 + 1 file changed, 1 insertion(+) diff --git a/src/main/kotlin/app/termora/I18n.kt b/src/main/kotlin/app/termora/I18n.kt index d11c548..5319733 100644 --- a/src/main/kotlin/app/termora/I18n.kt +++ b/src/main/kotlin/app/termora/I18n.kt @@ -21,6 +21,7 @@ object I18n : AbstractI18n() { "zh_CN" to "简体中文", "zh_TW" to "繁體中文", "ru_RU" to "Русский", + "pt_BR" to "Português", ) fun containsLanguage(locale: Locale): String? {