[ALOY-1187] Update extract-18n command to extract i18n keys from special XML attributes
| GitHub Issue | n/a |
|---|---|
| Type | Improvement |
| Priority | None |
| Status | Open |
| Resolution | Unresolved |
| Affected Version/s | n/a |
| Fix Version/s | n/a |
| Components | Tooling |
| Labels | n/a |
| Reporter | Benjamin Hatfield |
| Assignee | Unknown |
| Created | 2014-11-06T00:47:49.000+0000 |
| Updated | 2018-03-07T22:25:42.000+0000 |
Description
Some of the Titanium proxies have properties that can be assigned i18n keys. These keys can be extracted and added to the
strings.xml file. Here is a known list of properties that can be assigned i18n keys:
Map.Annotation.subtitleid
Map.Annotation.titleid
Titanium.UI.ActivityIndicator.messageid
Titanium.UI.AlertDialog.messageid
Titanium.UI.AlertDialog.titleid
Titanium.UI.AlertDialog.yml.okid
Titanium.UI.Android.ProgressIndicator.messageid
Titanium.UI.Button.titleid
Titanium.UI.Label.textid
Titanium.UI.OptionDialog.titleid
Titanium.UI.SearchBar.hinttextid
Titanium.UI.SearchBar.promptid
Titanium.UI.Tab.titleid
Titanium.UI.Window.titleid
Titanium.UI.Window.titlepromptid
No comments