
Originally Posted by
aciciotti
...I downloaded the addon above and installed it, I see the dropdown menu with the 3 options but the menu on the left doesn't translate?...
Hi Angelo,
I was expecting a question like yours!
Congrats... you did very well creating Site Template folders named "en", "es" and "fr".
BUT... there is more to do. There is a "home work". You need to edit ALL yours HTML template files (yes, at all folders - main files, listing detail files, search files, etc...) and replace hardcoded texts with language tags. The add-on will not do that for you... For example, at yours "main.html" (3 files, one at each folder) you will find:
Code:
<li><a href="{url_index}">HOME</a></li>
<li><a href="{page_link_3}">ABOUT US</a></li>
<li><a href="{page_link_2}">CONTACT US</a></li>
Replace to:
Code:
<li><a href="{url_index}" title="{lang_menu_home}">{lang_menu_home}</a></li>
<li><a href="{page_link_3}" title="{lang_menu_about_us}">{lang_menu_about_us}</a></li>
<li><a href="{page_link_2}" title="{lang_menu_contact_us}">{lang_menu_contact_us}</a></li>
Voilá! You have your menu translated.
BUT... notice this add-on is at a very early stage!!! Notice I have just released version 1.0.2 (update using the Add-on Manager). So far, I am working only at "frontend". I haven't "arrived" at the search page. Many add-on releases will follow and I bet it will take MONTHS to have the add-on working as we wish.
Do you wish to help us to get this add-on developed? If yes, keep trying and bringing problems. 
Eduardo
Bookmarks