[ALOY-126] As a developer, I'd like to be able to use L() in TSS files to simplify using i18n strings in my app
GitHub Issue | n/a |
---|---|
Type | New Feature |
Priority | Low |
Status | Resolved |
Resolution | Fixed |
Resolution Date | 2012-07-27T10:53:43.000+0000 |
Affected Version/s | n/a |
Fix Version/s | n/a |
Components | n/a |
Labels | n/a |
Reporter | Tim Poulsen |
Assignee | Unknown |
Created | 2012-07-25T08:10:43.000+0000 |
Updated | 2018-03-07T22:26:16.000+0000 |
Description
It would be much more convenient to use L("textid") in a .tss file than expr(L("textid")) to add internationalized strings in my file. This addition is necessary to support hintText, which doesn't have a "textid" equivalent like other UI components. Alternatively, you could implement a hinttextid attribute for TextField & TextArea.
Available in 0.1.28