Change History (5)
comment:1 by , 13 years ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
comment:2 by , 13 years ago
Other areas that also need looking at are Filters and Progress bar text which I think will require deferred translation or equivalent for ExtJS.
comment:3 by , 12 years ago
Milestone: | 1.3.x → 1.4.0 |
---|
comment:4 by , 9 years ago
Milestone: | 2.0.x → 2.0 |
---|---|
Resolution: | → Fixed |
Status: | assigned → closed |
Fixed all the translation markup as far as I can tell: [7af7ecd82add8e]
Note:
See TracTickets
for help on using tickets.
Parsing with the updated gen_gettext.py has fixed quite a few of the translations. To fix the rest the following is required:
In ExtJS the colon separator is added automatically to textfields but to share the same translated text as gtk this separator needs to be removed using
labelSeparator : '',
and a colon manually added to the text.For the unique text fields to Web UI a script will be needed to create a POT file that can be merged with the main one.