The list of months that I'm referring is the list that appears when you are Browsing by Issue Date, there is a list to jump to a specific month.
First of all I have modified the ConfigurableBrowse.java file changing : - month.addOption(false, String.valueOf(i), DCDate.getMonthName(i, Locale.getDefault())); + month.addOption(false, String.valueOf(i), DCDate.getMonthName(i, context.getCurrentLocale())); And finally I have modified the org.dspace.content.DCDate - getMonthName(int m, Locale locale) but only to change the first letter with an UpperCase... but that is only a visual improvement. Right now it changes but not in the right way, the first time it appears in english and after an update it take the "another" language... I'm missing something because it doesn't take the correct CurrentLocale. Atentament Joan Caparrós Claudia Jürgen wrote: > Hello Joan, > > could you be more precise, to which list of months you are referring. > > Usually there is no need to translate them, in the sense as to put a > key in the message catalogue. > Take a look at > org.dspace.content.DCDate > getMonthName(int m, Locale locale) > > Hope that helps > > Claudia Jürgen > > > Am 01.09.2010 17:48, schrieb Joan Caparros: > >> Hi, I'm using the last version of DSpace (1.6.2) an I want to translate >> the list of months too. Has anyone got it? >> >> Regards Joan >> >> ------------------------------------------------------------------------------ >> >> >> This SF.net Dev2Dev email is sponsored by: >> >> Show off your parallel programming skills. >> Enter the Intel(R) Threading Challenge 2010. >> http://p.sf.net/sfu/intel-thread-sfd >> _______________________________________________ >> DSpace-tech mailing list >> [email protected] >> https://lists.sourceforge.net/lists/listinfo/dspace-tech >> > > ------------------------------------------------------------------------------ This SF.net Dev2Dev email is sponsored by: Show off your parallel programming skills. Enter the Intel(R) Threading Challenge 2010. http://p.sf.net/sfu/intel-thread-sfd _______________________________________________ DSpace-tech mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/dspace-tech

