Opened 13 years ago

Closed 9 years ago

Last modified 6 years ago

#2008 closed bug (Fixed)

Translations text in webui

Reported by: Calum Owned by: Calum
Priority: major Milestone: 2.0.0
Component: Web UI Version:
Keywords: Cc:

Description

Noticed that not all the text is available for translation in webui.

Change History (5)

comment:1 by Calum, 13 years ago

Owner: changed from Damien Churchill to Calum
Status: newassigned

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.

comment:2 by Calum, 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 Calum, 12 years ago

Milestone: 1.3.x1.4.0

comment:4 by Calum, 9 years ago

Milestone: 2.0.x2.0
Resolution: Fixed
Status: assignedclosed

Fixed all the translation markup as far as I can tell: [7af7ecd82add8e]

comment:5 by Calum, 6 years ago

Milestone: 2.02.0.0

Milestone renamed

Note: See TracTickets for help on using tickets.