Snowmtl: Add support to French (#10156)

Add support to French
This commit is contained in:
Chopper 2025-08-17 04:20:42 -03:00 committed by Draff
parent 79fed76487
commit 3642771ba0
Signed by: Draff
GPG Key ID: E8A89F3211677653
2 changed files with 2 additions and 1 deletions

View File

@ -3,7 +3,7 @@ ext {
extClass = '.SnowmtlFactory'
themePkg = 'machinetranslations'
baseUrl = 'https://snowmtl.ru'
overrideVersionCode = 9
overrideVersionCode = 10
isNsfw = true
}

View File

@ -14,6 +14,7 @@ private val languageList = listOf(
LanguageSetting("ar", disableSourceSettings = true),
LanguageSetting("en"),
LanguageSetting("es"),
LanguageSetting("fr"),
LanguageSetting("id"),
LanguageSetting("it"),
LanguageSetting("pt-BR", "pt"),