android(i18n): added ukrainian translation (#245)

feat(i18n): added ukrainian translation with extracting of some string to resources. Auto generation of locale config
This commit is contained in:
Hen
2025-11-13 03:21:18 +01:00
committed by GitHub
parent 34f60699b8
commit acf2b9bea7
7 changed files with 242 additions and 17 deletions

View File

@@ -38,6 +38,9 @@ android {
compose = true
viewBinding = true
}
androidResources {
generateLocaleConfig = true
}
externalNativeBuild {
cmake {
path = file("src/main/cpp/CMakeLists.txt")