*

Javoni

  • **
  • 9 posts
Search pattern translate
« on: January 04, 2016, 03:48:36 AM »
Hi ! how to translate search word in Multilanguage sites?

http://screenshare.ru/iSzBck3p
« Last Edit: February 04, 2016, 01:54:45 PM by frosticek »

*

MB Themes

Re: Search translate
« Reply #1 on: January 04, 2016, 08:40:21 AM »
@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.
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

Javoni

  • **
  • 9 posts
Re: Search translate
« Reply #2 on: January 04, 2016, 08:55:07 PM »
Thank You!!! its work!

*

MB Themes

Re: Search translate
« Reply #3 on: January 05, 2016, 08:10:10 AM »
@Javoni
Cool ;)
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots