• Welcome to KonaKart Community Forum. Please login or sign up.
 
May 11, 2024, 09:07:12 pm

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Messages - brunnot

1
Configuration of KonaKart / Translate Confilct
February 25, 2008, 10:56:23 am
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.