Hi, I've got problem with DateItem field (com.smartgwt.client.widgets.form.fields.DateItem) related to localization to Russian.
--------------------------------------------------
environment:
0. GWT 2.6.1
1. SmartGWT version: 4.1
2. browser(s) and version(s) involved: FireFox 31.0, but actually it is reproduced in any browser.
--------------------------------------------------
The problem is that we have a big SmartGWT GUI application which uses DateItem fields, the application was developed against
GWT 2.6.1 and SmartGWT 2.4.
Now we are transfering development to latest versions, GWT 2.6.1 and SmartGWT 4.1.
With some minor changes in the code like replacing calls to depricated functions to new analogues, the application generally works,
but we have a number of very small but annoying problems, one of this is the following:
We use DateItem field in some forms, and the application is localized to Russian interface (there is a switch in the app's GUI between English and Russian). And in Russian mode all month names are OK, except the first one, which is displayed as "Jan" instead of "Янв".
(see the attached screenshot). Nevertheless, the application works correctly.
I downloaded SGWT sources and looked into the translation file for ru_RU:
./src/com/smartgwt/client/i18n/SmartGwtMessages_ru_RU.properties
and found the value for
date_shortMonthNames_1=\u042f\u043d\u0432
which seems to be OK.
So the obvious source of error is eliminated.
Can someone tell me what this could be and how to fix this ?
--------------------------------------------------
environment:
0. GWT 2.6.1
1. SmartGWT version: 4.1
2. browser(s) and version(s) involved: FireFox 31.0, but actually it is reproduced in any browser.
--------------------------------------------------
The problem is that we have a big SmartGWT GUI application which uses DateItem fields, the application was developed against
GWT 2.6.1 and SmartGWT 2.4.
Now we are transfering development to latest versions, GWT 2.6.1 and SmartGWT 4.1.
With some minor changes in the code like replacing calls to depricated functions to new analogues, the application generally works,
but we have a number of very small but annoying problems, one of this is the following:
We use DateItem field in some forms, and the application is localized to Russian interface (there is a switch in the app's GUI between English and Russian). And in Russian mode all month names are OK, except the first one, which is displayed as "Jan" instead of "Янв".
(see the attached screenshot). Nevertheless, the application works correctly.
I downloaded SGWT sources and looked into the translation file for ru_RU:
./src/com/smartgwt/client/i18n/SmartGwtMessages_ru_RU.properties
and found the value for
date_shortMonthNames_1=\u042f\u043d\u0432
which seems to be OK.
So the obvious source of error is eliminated.
Can someone tell me what this could be and how to fix this ?
Comment