Support Forums - Classified Ads Script Osclass
Osclass theme support => Free themes => Tatiana Osclass Responsive Theme => Topic started by: Javoni on January 04, 2016, 03:48:36 AM
-
Hi ! how to translate search word in Multilanguage sites?
http://screenshare.ru/iSzBck3p
-
@Javoni
I do not think you can, osclass does not allow it.
What you need to do.
Go to file:
/oc-content/themes/tatiana/inc.search.php
Find:
$sQuery = osc_get_preference('keyword_placeholder', 'tatiana_theme');
Replace with:
$sQuery = __('Search', 'tatiana');
And finaly add word Search to translation file.
-
Thank You!!! its work!
-
@Javoni
Cool ;)