I can confirm it's working in 8.1, thanks :-)
BTW, the freeze/unfreeze on a headerSpan it's not localized, maybe it's hard coded?
Announcement
Collapse
No announcement yet.
X
-
Originally posted by claudiobosticconot exactly! the DateRangeDialog remains not-localized!
Leave a comment:
-
All the translations are maintained at 99translations.com - see the sticky thread in the SmartGWT forums.
Leave a comment:
-
We are using latest night builds of SmartGWT and we have similar problem. Attached you can find two dialogs which we see. They are partially translated. Interesting is that for example buttons are in english and they are for sure translated. Or translation file is incomplete? Where can I fix that?
Leave a comment:
-
Originally posted by sjivanThe issue you're seeing with the SmartClient showcase and locales had to do with the was it was loading the resource bundles using isc.FileLoader.
But the DateRangeDialog still doesn't pick up localized messages.
Leave a comment:
-
SC_SNAPSHOT-2011-06-12/PowerEdition
DateRangeDialog: localized messages are not picked up.
MultiSortDialog: multiSortDialog_levelUpPrompt and multiSortDialog_levelDownPrompt are not picked up.
the others messages are correctly picked up.
but there is another regression on this sample: context click on the grid editor does not open context menu.
Leave a comment:
-
I tried it out using the Smart GWT Grid DateRange Filter showcase sample. The issue you're seeing with the SmartClient showcase and locales had to do with the was it was loading the resource bundles using isc.FileLoader. This has been corrected so please try it out using the next build.
Sanjiv
Leave a comment:
-
Originally posted by sjivanI tested it out using the fr_FR locale and it seems to be fine.
Leave a comment:
-
Originally posted by claudiobosticcoThen, if I switch to js tab, and then click "try it", then all the localization messages are picked up!
Leave a comment:
-
besides, also isc.DateRangeDialog.askForRange() gives me a non-localized Dialog.
But, if I add
isc.DateRangeDialog.addProperties({headerTitle: isc.i18nMessages.dateRangeDialog_headerTitle});
to the .properties file, then it picks up the correct header title (but not the DateRangeDialog created as the Dialog for the filter column on the grid).Last edited by claudiobosticco; 12 Jun 2011, 23:23.
Leave a comment:
-
I just "discovered" something strange...in the localization sample (snapshot 2011-06-09), if I change to french or other locale, at least those messages not picked up:
multiSortDialog_levelUpPrompt
multiSortDialog_levelDownPrompt
dateItem_pickerIconPrompt
dateItem_daySelectorPrompt
dateItem_monthSelectorPrompt
dateItem_yearSelectorPrompt
and the filter builder messages already displayed. But if I add another filter condition, the messages are picked up.
Then, if I switch to js tab, and then click "try it", then all the localization messages are picked up!
Why? There's something special I must know in loading the localization properties file? I load it after the modules and skin.
verified in "Localization" sample, snapshot 2011-06-09Last edited by claudiobosticco; 10 Jun 2011, 07:52.
Leave a comment:
-
-
-
The website does not reflect the latest nightly builds. Please let us know if you're seeing this in the latest.
Leave a comment:
Leave a comment: