scummvm/dists/android
Ankush Dutt 74dff32dd9 I18N: Add script to generate translated strings.xml and fake cpp
- Add a python script (generate-android-i18n-strings.py)
 that generates the translated android strings.xml as per:
 https://developer.android.com/guide/topics/resources/providing-resources#AlternativeResources
 It considers the dists/android/res/values/strings.xml file as
 a base template to generate those translated strings.xml files.

- The python script also generates a fake cpp with strings from
 dists/android/res/values/strings.xml. These strings will be picked
 up by gettext to make it translatable. If there is any change in the
 original strings.xml file, we won't have to worry about the changes
 in cpp file.

- Add documentation for the generate-android-i18n-strings.py script
2023-05-14 22:40:50 +02:00
..
gradle/wrapper ANDROID: Update build tools 2023-01-20 14:14:03 +01:00
jni
res I18N: Add script to generate translated strings.xml and fake cpp 2023-05-14 22:40:50 +02:00
store DISTS: ANDROID: Clarified character limit for the release notes 2023-04-22 21:23:22 +02:00
AndroidManifest.xml ANDROID: Update some properties in AndroidManifest 2023-03-27 21:08:31 +03:00
build.gradle ANDROID: Update versioncodes reservation for 2.7.0.5 2023-04-22 14:26:51 +03:00
gradlew