Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • sunrise Friend
    #135410

    I have a site about to go up, using English and Thai, and using JoomFish. Everything is going more or less fine, but on the breadcrumbs, the first “You are here:” Does not come in Thai, and I cannot find out where to translate this. the text is not something in a module, but rather inthe template, so maybe I have to change something in the template? I would be happy for any help and tips or solutions!:)

    scotty Friend
    #279344

    Open index.php (the one thats in your template folder) and search (CTRL+F) for ‘You are here’

    sunrise Friend
    #280899

    Thanks. Actually what I wanted was how to use this with Joomfish and have it change language. Someone else sent me this solution which works fine. I post it here if anyone else might need it;

    + Please open index.php file in templates/js_fagus folder, at about line 131, find following script:

    <strong>You are here:</strong>

    and change to:

    <strong><?php echo JText::_(‘YOU_ARE_HERE’)?></strong>

    + In language/en-GB folder, open en-GB.ini file, add following script at the end of file:

    YOU_ARE_HERE=You are here

    + In language/th-TH folder, open en-GB.ini file, add following script at the end of file:

    YOU_ARE_HERE= translate “You are here” text to your language.

    Forums are a great place to get the help you need.

Viewing 3 posts - 1 through 3 (of 3 total)

This topic contains 3 replies, has 2 voices, and was last updated by  sunrise 15 years, 11 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum