hgs1906 / smartgwt

Automatically exported from code.google.com/p/smartgwt
0 stars 0 forks source link

multisort Dialog i18n issue #506

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Although the translation file is complete, some messages aren't translated.
I have tested with the "FR" and "FI" locales.

A maven project is attached : simply run "mvn gwt:run" and switch to 
"locale=FR" or "locale=fi".

I have also attached a screenshot.

Original issue reported on code.google.com by mathieu....@gmail.com on 6 Sep 2010 at 9:19

Attachments:

GoogleCodeExporter commented 9 years ago
Same for  "sr_Latn", "sr" language. In SmartGwtMessages file every 
multiSortDialog_* have adecvate value, but on dialog on some position this text 
don't exists.

Example:
Column - multiSortDialog_propertyFieldTitle
Order - multiSortDialog_directionFieldTitle
Sort By - multiSortDialog_firstSortLevelTitle
Then By - multiSortDialog_otherSortLevelTitle
Ascending - multiSortDialog_ascendingTitle
Descending - multiSortDialog_descendingTitle
Move Level Up - multiSortDialog_levelUpPrompt
Move Level Down - multiSortDialog_levelDownPrompt

These are last 7 labels from message file in this order.

Original comment by haattila@gmail.com on 7 Sep 2010 at 5:55

Attachments:

GoogleCodeExporter commented 9 years ago
Also You could add localization string (Sort) for window title. It is too 
generic. It would be nice to have possibility to change this from situation to 
situation.

Thanks!

Original comment by haattila@gmail.com on 7 Sep 2010 at 5:59

GoogleCodeExporter commented 9 years ago
Added multiSortDialog_title and the other labels mentioned by haattila. Please 
update the appropriate resource bundles in the 99translations project : 
http://99translations.com/projects/153

Also added MultiSortDialog.setTitle(..) convenience method.

Original comment by sanjiv.j...@gmail.com on 22 Sep 2010 at 12:44

GoogleCodeExporter commented 9 years ago
Updated properties added to 99translations.

Original comment by haattila@gmail.com on 24 Sep 2010 at 12:59