Ticket #2008 (assigned bug)

Opened 17 months ago

Last modified 5 months ago

Translations text in webui

Reported by: Cas Owned by: Cas
Priority: major Milestone: 1.4.0
Component: webui Version:
Keywords: Cc:

Description

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

Change History

Changed 15 months ago by Cas

  • status changed from new to assigned
  • owner changed from damoxc to Cas

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.

Changed 14 months ago by Cas

Other areas that also need looking at are Filters and Progress bar text which I think will require deferred translation or equivalent for ExtJS.

Changed 5 months ago by Cas

  • milestone changed from 1.3.x to 1.4.0
Note: See TracTickets for help on using tickets.