CLONE - LocaleSymbols* at LocaleElements*.js files are empty in 1.0.12 release
------------------------------------------------------------------------------

                 Key: TRINIDAD-2160
                 URL: https://issues.apache.org/jira/browse/TRINIDAD-2160
             Project: MyFaces Trinidad
          Issue Type: Bug
    Affects Versions: 1.0.12-core
            Reporter: Joey Surls
            Assignee: Matthias Weßendorf
            Priority: Critical
             Fix For: 1.0.13-core 


Locale*.js files are not getting filled properly for any locale. For example, 
the file at 
http://localhost:8080/trinidad-demo/adf/jsLibs/resources/LocaleElements_en1_0_11.js?loc=en

Looks in 1.0.12 as:

var LocaleSymbols_en = new LocaleSymbols({

});

TrMessageFactory._TRANSLATIONS={
'org.apache.myfaces.trinidad.validator.DoubleRangeValidator.NOT_IN_RANGE_detail':'The
 number must be between {2} and {3}.',

...
}


And it should be (as in 1.0.11):

var LocaleSymbols_en = new LocaleSymbols({
MonthNames:["January", "February", "March", "April", "May", "June", "July", 
"August", "September", "October", "November", "December", ""], 

MonthAbbreviations:["Jan", "Feb", "Mar", "Apr", "May", "Jun", "Jul", "Aug", 
"Sep", "Oct", "Nov", "Dec", ""], 

DayNames:["Sunday", "Monday", "Tuesday", "Wednesday", "Thursday", "Friday", 
"Saturday"], 

DayAbbreviations:["Sun", "Mon", "Tue", "Wed", "Thu", "Fri", "Sat"], 
AmPmMarkers:["AM", "PM"], 

Eras:["BC", "AD"], 
DateTimePatterns:["h:mm:ss a z", "h:mm:ss a z", "h:mm:ss a", "h:mm a", "EEEE, 
MMMM d, yyyy", "MMMM d, yyyy", "MMM d, yyyy", "M/d/yy", "{1} {0}"], 

DateTimeElements:["1", "1"], 
NumberElements:[".", ",", ";", "%", "0", "#", "-", "E", "\u2030", "\u221e", 
"\ufffd"], 

CurrencyElements:["\xa4", "XXX", "\xa4", "", "-\xa4", ""]
});


TrMessageFactory._TRANSLATIONS={
'org.apache.myfaces.trinidad.validator.DoubleRangeValidator.NOT_IN_RANGE_detail':'The
 number must be between {2} and {3}.',
...
}


--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira


Reply via email to