Announcement

Collapse
No announcement yet.
This is a sticky topic.
X
X
  • Filter
  • Time
Clear All
new posts

  • clawdidr
    replied
    Spanish Translation

    The Spanish translation has a lot of items that still are in English (as you can see here http://code.google.com/p/smartgwt/source/browse/trunk/main/src/com/smartgwt/client/i18n/SmartGwtMessages_es.properties), and has also many misspelled words (missing accents most of all).

    Is there any way I could help with that? Where can I edit that document?

    Leave a comment:


  • Isomorphic
    replied
    It's not clear what problem you're trying to solve, but let's assume you've got a bunch of translated strings loaded into the client but not in a locale file.

    In this case, look at the docs here for how to apply selective overrides of language packages (subclass of SmartGwtMessages), except, instead of placing messages in your own partial resource bundles files, just override methods and directly return values.

    Leave a comment:


  • vnathank
    replied
    Hi,
    We have one doubt; we are using Static String Internationalization process for laicization of smartGWt language properties files and for UI display Strings.
    We want to know that is there any way to update properties files without recompiling (Dynamic updating).
    If it possible please tell us how it can be done.

    Leave a comment:


  • clavaud
    replied
    FilterBuilder french translation pb

    Dear,

    In SmartGWT 4.0d (4.0-d20130427), on the FilterBuilder for a ListGrid, the combo box for date or time field type criteria (ok pour string), 'equals' operator is displayed as ''iEquals". This occurs only when the field does NOT appear in the first position (1st column). If it appears in the first position, then the operation 'equals' does not appear, only 'iEquals' (and correctly translated).

    See screenshots for better understanding....

    Alexandre
    Attached Files
    Last edited by clavaud; 27 Apr 2013, 06:19.

    Leave a comment:


  • clavaud
    replied
    Originally posted by Isomorphic View Post
    This has been fixed in the language packs - please retest with a nightly build dated April 26 or later
    Getting 4.0-d20130427 Power edition and using :
    <extend-property name="locale" values="fr" />, when compiling with GWT 2.5.1, I've got :

    Code:
    [INFO] 
    [INFO] --- gwt-maven-plugin:2.5.1:compile (default) @ Moteur-Stockage-Web ---
    [INFO] Compiling module XX.XX.stockageMF.StockageMF
    [INFO]    Validating units:
    [INFO]       Ignored 2 units with compilation errors in first pass.
    [INFO] Compile with -strict or with -logLevel set to TRACE or DEBUG to see all errors.
    [INFO]    Computing all possible rebind results for 'com.smartgwt.client.i18n.SmartGwtMessages'
    [INFO]       Rebinding com.smartgwt.client.i18n.SmartGwtMessages
    [INFO]          Invoking generator com.google.gwt.i18n.rebind.LocalizableGenerator
    [INFO]             Processing interface com.smartgwt.client.i18n.SmartGwtMessages
    [INFO]                Generating method body for calendar_eventNameFieldTitle()
    [INFO]                   [ERROR] Error parsing 'Nom de l'événement'
    [INFO] java.text.ParseException: Unterminated single quote: Nom de l'événement
    [INFO] 	at com.google.gwt.i18n.rebind.MessageFormatParser.parse(MessageFormatParser.java:466)
    If I replace all ' by '' in the SmartGwtMessages_fr.properties, then it works well.

    Alexandre

    Leave a comment:


  • Isomorphic
    replied
    This was due to a mistranslation on getlocalization.com, which we've now fixed - please retest with a nightly build dated April 26 or later

    Leave a comment:


  • catoha
    replied
    Errors in SmartGwtMessages_nb_NO

    Errors found in SmartGwtMessages_nb_NO in 3.1, seems to be introduced in revision 2227.

    colorPicker_okButtonTitle=HTML
    dateRangeDialog_okButtonTitle=HTML
    dialog_OkButtonTitle=HTML

    should be:

    colorPicker_okButtonTitle=OK
    dateRangeDialog_okButtonTitle=OK
    dialog_OkButtonTitle=OK

    https://code.google.com/p/smartgwt/source/diff?spec=svn2227&r=2227&format=side&path=/branches/3.1/main/src/com/smartgwt/client/i18n/SmartGwtMessages_nb_NO.properties&old_path=/branches/3.1/main/src/com/smartgwt/client/i18n/SmartGwtMessages_nb_NO.properties&old=2220

    Leave a comment:


  • Isomorphic
    replied
    This has been fixed in the language packs - please retest with a nightly build dated April 26 or later

    Leave a comment:


  • aclavaud
    replied
    French translation display problem 'today'

    Dear,

    In SmartGWT 4.0d (4.0-d20130414), on the FilterBuilder for a ListGrid, the combo box for date criteria, 'Today' (Aujourd'hui in french) is displayed correctly in the combo, but when selected, it shows 'Aujourd&#39;hui' instead of 'Aujourd'hui'. (see screenshot)

    Alexandre
    Attached Files

    Leave a comment:


  • Isomorphic
    replied
    This has been fixed for 3.1p and 4.0d - please retest with a build dated April 23 or later

    Leave a comment:


  • vnathank
    replied
    We have one issue with SmartGwtMessages overriding, when we try to override String which is displaying in menuitem when there is no data in menuItem,
    we didn’t find any method related to that string in SmartGwtMessages.java

    Please refer attached Image for more details.
    Attached Files

    Leave a comment:


  • Isomorphic
    replied
    A bunch of i18n attributes have been added to the language packs - there are about 60 new strings in total, covering areas like sorting and grouping and some missing strings related to FilterBuilder and Operator, among others.

    Please update your respective language packs.

    Leave a comment:


  • Isomorphic
    replied
    You can go ahead and change that (and any other mistranslation) on GetLocalization.com, and we'll get a notification of the change so we can add it to builds.

    Leave a comment:


  • hespresati
    replied
    I think there is a translation error in es_ES locale in SmartGWT LGPL 3.1 Nightly.

    In IntegerRangeValidator the 'max value' condition error message says "Debe ser mayor que <maxValue>" but it should be "Debe ser menor o igual que <maxValue>" or "Debe ser como máximo <maxValue>".

    Best regards

    Leave a comment:


  • Isomorphic
    replied
    We've addressed the issue with those multiSortDialog attributes - please retest with a nightly of January 30 or later

    Leave a comment:

Working...
X