• Welcome to KonaKart Community Forum. Please login or sign up.
 

Translate Confilct

Started by brunnot, February 25, 2008, 10:56:23 am

Previous topic - Next topic

brunnot

Hi,

I'm try to translate the KonaKart to portuguese/Brazil, but for some reason this conflited with English language.

Step that i'm follow...

* Create file 'Message_pt.properties'
* In this file i'm change the field 'language.dir=pt_BR'

* Insert in the row in table 'language'.

* Insert the line in struts-config.xml

<action path="/SetLocale_pt_BR" type="com.konakart.actions.SetLocaleAction" parameter="pt_BR">
<forward name="SetLocale" path="/CatalogMainPage.do"/>
</action>


* Create the folder with images.

So, i think is this....

When i changed the language to Portugues everthings ok, but when I changed for English, the language that show up is Portuguese.

Someone know what it's wrong?

Tks.

mawek

i've got the same problem, can't figure it out. Does anyone know what's wrong? thx.

ryan

You should try debugging SetLocaleAction.java to get some clues.