Update locale usage

This commit is contained in:
世界
2026-07-15 19:30:50 +08:00
parent 18dc46edca
commit 23cdbce773
@@ -43,7 +43,7 @@ class Application : Application() {
// Seq.setContext(this)
runCatching {
Libbox.setLocale(Locale.getDefault().toLanguageTag().replace("-", "_"))
Libbox.setLocale(Locale.getDefault().toLanguageTag())
}.onFailure {
Log.d("Application", "set locale: ${it.message}")
}