Cant manage to translate some words..

Hi!

No matter what I do I can not find out how to edit the 2 letter country codes in the "All Members" section..

Instead of countries I have translated the keys at join to village names but those two letter country codes at All members page I can not edit them to villagenames cause I cant find those at the translation file. I hope someone can help.

If you did not understand what country codes i ment you can take a look at the picture I upploaded at imageshack:

http://img168.imageshack.us/img168/7581/bycount.jpg

Quote · 17 Mar 2010

Any help pleaxe..

Quote · 18 Mar 2010

Hello, open the file - templates/base/BxBaseBrowse.php

find thise string - $sCountrySection .= $oObject -> genBrowseLink( $sKey, $sValue, $oObject -> genLinkLocation( 'country', $sCountryName), $sImagePath, false );


and replace with the :

$sCountrySection .= $oObject -> genBrowseLink( _t('_' . $sKey), $sValue, $oObject -> genLinkLocation( 'country', $sCountryName), $sImagePath, false );


Now you will can translate it!!!

PS: If possible do not write me personally, please try to ask on the forum first
Quote · 18 Mar 2010
 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.