remove unavailable intl

This commit is contained in:
AwkwardPeak7 2024-10-24 16:46:45 +05:00 committed by Draff
parent 5cc6963a46
commit a8a540de77
No known key found for this signature in database
GPG Key ID: E8A89F3211677653
1 changed files with 1 additions and 1 deletions

View File

@ -55,7 +55,7 @@ abstract class Keyoapp(
protected val intl = Intl(
language = lang,
baseLanguage = "en",
availableLanguages = setOf("en", "pt-BR", "es"),
availableLanguages = setOf("en"),
classLoader = this::class.java.classLoader!!,
)