[TIMOB-23404] Windows parity: App name is not sourced from app.xml in folders suffixed with ISO 3166-1 Alpha-2 code
GitHub Issue | n/a |
Type | Bug |
Priority | High |
Status | Closed |
Resolution | Fixed |
Resolution Date | 2016-06-14T19:07:55.000+0000 |
Affected Version/s | Release 5.3.0 |
Fix Version/s | Release 6.0.0 |
Components | Windows |
Labels | qe-5.3.0 |
Reporter | Ewan Harris |
Assignee | Kota Iguchi |
Created | 2016-05-17T21:40:29.000+0000 |
Updated | 2016-08-25T17:09:10.000+0000 |
Description
Description
On Android when building an application, if there is an app.xml file in i18n/en-GB then the application name will be sourced from this file, on Windows it is not. If the application name is placed into strings.xml in this folder then it is sourced with no problems.
*Workaround*
Place your application name string into string.xml
Steps to reproduce
Download the attached zip file
Build the application to device or emulator *Note it is setup for en-gb so you will have to localize as needed*
Actual result
The app name is not sourced from en-gb
Expected
The app name should be sourced from en-gb to maintain parity with other platforms
Attachments
Verified using: Windows 10 Pro Appc CLI: 6.0.0-31 Appc NPM: 4.2.8-5 Ti SDK: 6.0.0.v20160825000249 Lumia 930 10.0 App names are now sourced from an app.xml in i18n folders such as fr-FR, if the locale is not implemented it will the use app.xml from the language (fr), then en if it is implemented before finally using the name property from the tiapp. Closing ticket