[JBoss-dev] [Nukes Development] - Re: A small change in the Page code, a big step towards i18n

2004-06-07 Thread Janoz
I think this is already possible. You can just use: NukesLocator.getRequest().getLocale(s)() View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3837716#3837716 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3837716 ---

[JBoss-dev] [Nukes Development] - Re: i18n

2004-05-26 Thread Janoz
This is the topic by the way: http://www.jboss.org/index.html?module=bb&op=viewtopic&t=47887 View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3836193#3836193 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3836193 --

[JBoss-dev] [Nukes Development] - i18n

2004-05-26 Thread Janoz
Yesterday I posted a reply in an i18n topic of mine with a patch. These messages are dissapeared or something. The search doesn't work either. What's wrong with this forum? Ok the patch again. I've been working on a dutch translation and bumped into a lot of hardcoded text in classfiles and temp

[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=bb&op=viewtopic&p=3835728#3835728 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3835728 --

[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 available

[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: Interested in translating Nukes in italian

2004-04-21 Thread Janoz
I already did a lot of work in this part but ran into some problems for wich i'm still waiting for some feedback. See http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3828820#3828820. I'm planning to translate it to dutch. I already have done most off the core module (including strippin

[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] - i18n of nukes. What is the way to go?

2004-04-01 Thread Janoz
I'm currently working on a dutch translation of the nukes core and I have a few questions. I wanted to make de different display names in the modules part of the main menu i18n sensitive. This kan be done by changing the display name in the jboss-service.xml to a label in the Resource.properti

[JBoss-dev] [Nukes Development] - Where to put extra resources of core module extensions

2004-03-19 Thread Janoz
I've been expirimenting with extending nukes and ran into the following 'problem'. I'm busy implementing a wysiwyg editor for the html pages and for this I need some extra inages and javascript. Althoug the new plugin structure greatly improves implementing it its still very integrated into the

[JBoss-dev] [Nukes Development] - Re: Making nukes more userfriendly

2004-03-12 Thread Janoz
The first change we are making is using a wysiwyg editor. We're implementing [url=http://www.kevinroth.com/rte/demo.htm]rte[/url]. But more importantly nukes shouldn't ristrict te user to a certain editor. Maybe its possible to use some kind of template or something (because the code for a norma

[JBoss-dev] [Nukes Development] - Making nukes more userfriendly

2004-03-12 Thread Janoz
Our company wishes to use Nukes. The problem is that the admin side of the site is aimed at people that know a lot about internet and HTML, and out launching costumur doesn't have this knowledge. At this point we are changing the html module to a more userfriendly one. The problem is that it si