You are right, there is a bug. I don't have time right now to really fix it but it's 
on my TODO list now.

But here is a patch to fix it, for now. 
As you see it will only works for US and French.
This patch allows Nukes to display English or French depending on clients settings. 
Typically your IE in french should use the french resource file while another client 
with US settings would use the US one.



Index: CoreModule.java
  | ===================================================================
  | RCS file: 
/cvsroot/jboss/nukes/nukes/src/main/org/jboss/nukes/core/modules/core/CoreModule.java,v
  | retrieving revision 1.73
  | diff -u -r1.73 CoreModule.java
  | --- CoreModule.java 6 Apr 2004 10:57:43 -0000 1.73
  | +++ CoreModule.java 27 Aug 2004 20:04:44 -0000
  | @@ -93,6 +93,7 @@
  |        super(persistent);
  |        Locale locale = Locale.US;
  |        locales.add(locale);
  | +      locales.add(Locale.FRENCH);
  |        bundles.put(locale, new ResourceBundleAggregator(locale));
  |     }
  |  
  | 

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3846494#3846494

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3846494


-------------------------------------------------------
This SF.Net email is sponsored by BEA Weblogic Workshop
FREE Java Enterprise J2EE developer tools!
Get your free copy of BEA WebLogic Workshop 8.1 today.
http://ads.osdn.com/?ad_id=5047&alloc_id=10808&op=click
_______________________________________________
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to