[TIMOB-2824] Android: Add support for app name localization
GitHub Issue | n/a |
---|---|
Type | New Feature |
Priority | Low |
Status | Closed |
Resolution | Fixed |
Resolution Date | 2013-10-19T01:37:11.000+0000 |
Affected Version/s | n/a |
Fix Version/s | 2013 Sprint 21, 2013 Sprint 21 Core, Release 3.2.0 |
Components | Android, Tooling |
Labels | androidbuild, cb-verified, module_android, parity, qe-testadded |
Reporter | Stephen Tramer |
Assignee | Chris Barber |
Created | 2011-04-15T03:30:29.000+0000 |
Updated | 2013-11-26T01:43:17.000+0000 |
Description
Add support for the "app.xml" file in localization - this file is located in
i18n/<LOCALE>
and contains properties which are not strings used by the app, but strings used by the OS for localization (for example, the app name display on the dash). This file is laid out exactly like strings.xml
but the string name
property keys are used to set appropriate properties for display.
Currently the only available key is:
appname
: The name of the app displayed on the dash
This file is OPTIONAL. If not provided the settings in tiapp.xml for app properties take effect.
Currently there is a shortcircuit in localecompiler.py
to ignore the app.xml
file on Android.
See bug Ticket #2584 (/projects/32238/tickets/2584) for iOS ticket & solution commit.
Attachments
File | Date | Size |
---|---|---|
Actifry_i18.zip | 2012-03-14T21:54:53.000+0000 | 3712863 |
Work around
- i18n/PR: https://github.com/appcelerator/titanium_mobile/pull/4781