mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-13 21:31:53 +00:00
74dff32dd9
- 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 |
||
---|---|---|
.. | ||
gradle/wrapper | ||
jni | ||
res | ||
store | ||
AndroidManifest.xml | ||
build.gradle | ||
gradlew |