dolphin/Source/Android
Lioncash b823983199 [Android] Multi-language support (or at least the basic foundation of it).
Added an example translation (Japanese). So now the Android version can both display in English and Japanese, depending on what the Android device's system language is set to.

Also did a tiny clean-up of InputConfigItem.java so that the parameters are slightly more descriptive.

Now, to do a translation in [x] language, all you have to do is take the normal English strings.xml and translate the XML entries into said language, and simply make a folder in the /res/ sub-directory in the form of values-[region code]. IE) With the Japanese translation, it is in the folder /res/values-ja

No configuration other than that is needed. After doing the above, the language should load fine on any device when set to that specific system language.

By default, if a translation file does not exist for a given system language. The app will automatically fall back to using the English translation.

This *should* be bug-free since I did check everything multiple times. But if any issues occur, please report them so that I can fix them.
2013-08-12 21:22:20 -04:00
..
.settings Android mega commit of trash. 2013-03-19 21:53:09 -05:00
assets [Android] Support clicking on games in the folder browser to add the folder currently in. Mostly for derps that keep trying to run the game from the folder browser. 2013-06-27 04:47:39 -05:00
jni Update the ant files to build the APK from terminal 2013-04-18 23:26:00 -05:00
libs [Android] Remove SimonVT menudrawer library. Move to Google's support library for their navigation drawer support. Overall cleanup. 2013-06-22 07:45:05 -05:00
res [Android] Multi-language support (or at least the basic foundation of it). 2013-08-12 21:22:20 -04:00
src/org/dolphinemu/dolphinemu [Android] Multi-language support (or at least the basic foundation of it). 2013-08-12 21:22:20 -04:00
.classpath Android mega commit of trash. 2013-03-19 21:53:09 -05:00
.gitignore Android mega commit of trash. 2013-03-19 21:53:09 -05:00
.project Change Android project name to dolphin emulator 2013-04-24 09:00:14 -05:00
android.toolchain.cmake Get latest android cmake to support NDK 8e 2013-04-13 15:09:05 -05:00
AndroidManifest.xml [Android] Oops. Keep the screenOrientation setting to landscape. 2013-07-16 09:08:41 -05:00
build.xml Android mega commit of trash. 2013-03-19 21:53:09 -05:00
custom_rules.xml Update the ant files to build the APK from terminal 2013-04-18 23:26:00 -05:00
project.properties [Android] Fix ant build? 2013-06-22 08:06:39 -05:00