Add japanese Translation

Add japanese Translation.
This commit is contained in:
Michatec
2025-05-22 19:22:58 +02:00
parent 88420b2cbf
commit 4367ef52ec
2 changed files with 115 additions and 1 deletions

View File

@@ -12,7 +12,7 @@ android {
targetSdk 35
versionCode 129
versionName '12.9'
resourceConfigurations += ['en', 'de', 'el', 'nl', 'pl', 'ru','uk']
resourceConfigurations += ['en', 'de', 'el', 'nl', 'pl', 'ru','uk', 'ja']
setProperty('archivesBaseName', 'Radio_' + versionName)
}