[JBoss-dev] [Nukes Development] - Re: i18n of nukes. What is the way to go?

2004-05-25 Thread Janoz
Today I made a patch with al my changed relating to the translating. A lot of static text in the sources is replaced by labels. This patch is ONLY for nukes itself, not the other modules. I also have dutch resource files, but these do not have all the translated terms. I will make them

[JBoss-dev] [Nukes Development] - Re: i18n of nukes. What is the way to go?

2004-05-25 Thread Janoz
http://www.fundament.nl/techniek/i18n_nukes_20040525.patch ;) View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3835728#3835728 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3835728

[JBoss-dev] [Nukes Development] - Re: i18n of nukes. What is the way to go?

2004-04-26 Thread Janoz
My advantage is that we are goinig to use nukes in a proffesional enviroment (A dutch hospital). I got a lot of additions and changes but I have no clue what to do with them. The same goes for some earlier problems: anonymous wrote : But that still leaves the label question and the codestandard

[JBoss-dev] [Nukes Development] - Re: i18n of nukes. What is the way to go?

2004-04-22 Thread adellechiaie
OK, guys, I see that some of us out there is trying to do the translation. Let's try not to do the same work five times, someone could give me some informations??? I think that Janoz is in the more advanced phase, could you give some directions??? Thank's in advance Andrea View the original

[JBoss-dev] [Nukes Development] - Re: i18n of nukes. What is the way to go?

2004-04-22 Thread cooper
that would be appreciable, first thing is to clean the files to avoid cross-references (like the module user should not use items from module core, etc) View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3832005#3832005 Reply to the post :

[JBoss-dev] [Nukes Development] - Re: i18n of nukes. What is the way to go?

2004-04-02 Thread Janoz
I wasn't aware of that. I was aiming at this pasage in CoreModule.java (starting around line 375) | // If nothing is right we will endup with en_US locale. | Locale preferedLocale = Locale.US; | for (Enumeration e = req.getLocales();e.hasMoreElements();)

[JBoss-dev] [Nukes Development] - Re: i18n of nukes. What is the way to go?

2004-04-02 Thread wellington.pinheiro
I have the same problem than you Janoz, and I did the same thing on CoreModule.java. I'm translating nukes for brazilian portuguese and I still don't know the best way to do that, but it works this way View the original post :

[JBoss-dev] [Nukes Development] - Re: i18n of nukes. What is the way to go?

2004-04-01 Thread triathlon98
anonymous wrote : | I can change the US reverence to an nl (dutch) Local in CoreModule.java but an imho more logical aproach would be a Local-less standard Resource.properties. This way the default language doesn't depend on a certain localisation. | This does not always do what you