Issue Description
When the property "name" is defined on the app/i18n/en/app.xml file, the name is applied under the icon in the Android app list, but it is not the same as the name showed in the app title.
Expected behavior
The name in the i18n files should be the same as the name showed in the the title of the app
Steps to Replicate:
1. Create a new titanium alloy/classic default project
2. Create the /i18n/en/app.xml file and folders
3. Grab sample code and throw it to app.xml
Test Case
<?xml version="1.0" encoding="UTF-8"?>
<resources>
<string name="appname">X & Y</string>
</resources>
*Additional notes:
-The used name as title is the name on the
tag in the tiapp.xml
-Setting the android:label property, in the tiapp.xml the appname title is showed like the android property:
{quote} {quote}
http://docs.appcelerator.com/platform/latest/#!/guide/Internationalization In the section, 'Android App Name Localization with Titanium SDK 3.1.x and older' The method to do Localization is different for Android and as mentioned in the docs
is a little more involved
Ricardo Ramirez, I'll resolve and close this ticket if that's okay.[~rramirez] Comments above.
I'm resolving this as invalid as the method to do localization is mention in the document link above.
Closing ticket as invalid.