feat: add Japanese language

This commit is contained in:
Acclorite 2025-04-24 20:41:15 +03:00
parent 4e9065cab6
commit d6ac51f45e
No known key found for this signature in database
GPG key ID: 6E54C611F6EE8593

View file

@ -25,4 +25,5 @@ fun provideLanguages() = listOf(
Pair("cs", "Čeština"),
Pair("ro", "Română"),
Pair("be", "Беларуская"),
Pair("ja", "日本語"),
)