-
AuthorPosts
-
smousionis Friend
smousionis
- Join date:
- June 2012
- Posts:
- 29
- Downloads:
- 0
- Uploads:
- 5
- Thanks:
- 6
- Thanked:
- 1 times in 1 posts
June 26, 2012 at 2:55 pm #178530Hello everyone. I have purchased search module and i want to use it in a multi-language site (english, russian, greek). When i create extra fields in every language everything is ok. But when i use the module some of the word are in english only, like the search button says “Search” and i want it in russian language when i use it. Does anyone knows if i can change the english words with the greek and the russian ones?
Sherlock FriendSherlock
- Join date:
- September 2014
- Posts:
- 11453
- Downloads:
- 0
- Uploads:
- 88
- Thanks:
- 221
- Thanked:
- 2478 times in 2162 posts
June 27, 2012 at 9:23 am #459030Hi smousionis,
You can open the language file language/your-language/your-language.mod_jak2_filter.ini to add the translating text as below
SEARCH = your-text-goes-here
Also in the module setting leave the field of Submit button text blank.
I hope this help !smousionis Friendsmousionis
- Join date:
- June 2012
- Posts:
- 29
- Downloads:
- 0
- Uploads:
- 5
- Thanks:
- 6
- Thanked:
- 1 times in 1 posts
June 27, 2012 at 10:27 am #459044Only in English language exists the “language/your-language/your-language.mod_jak2_filter.ini” file. It is not created in Greek and Russian language. 🙁
Sherlock FriendSherlock
- Join date:
- September 2014
- Posts:
- 11453
- Downloads:
- 0
- Uploads:
- 88
- Thanks:
- 221
- Thanked:
- 2478 times in 2162 posts
June 27, 2012 at 10:40 am #459045<em>@smousionis 327523 wrote:</em><blockquote>Only in English language exists the “language/your-language/your-language.mod_jak2_filter.ini” file. It is not created in Greek and Russian language. :(</blockquote>
If the file was not there just create it and put the text inside.
nettemor Friendnettemor
- Join date:
- January 2007
- Posts:
- 58
- Downloads:
- 3
- Uploads:
- 2
- Thanks:
- 5
- Thanked:
- 3 times in 1 posts
February 25, 2013 at 1:40 pm #484457<em>@Sherlock Holmes 327504 wrote:</em><blockquote>Hi smousionis,
You can open the language file language/your-language/your-language.mod_jak2_filter.ini to add the translating text as below
SEARCH = your-text-goes-here
Also in the module setting leave the field of Submit button text blank.
I hope this help !</blockquote>I am trying to change the search text too, but i have no string in the en-GB file called SEARCH.
Please advice ?MoonSailor FriendMoonSailor
- Join date:
- November 2011
- Posts:
- 1106
- Downloads:
- 0
- Uploads:
- 245
- Thanks:
- 89
- Thanked:
- 248 times in 223 posts
February 26, 2013 at 2:28 am #484515Hi nettemor,
You can add this line
<blockquote>
JAK2SEARCH = your_text_goes_here
</blockquote>in bottom language file language/your-language/your-language.mod_jak2_filter.ini.
And open file “modules/mod_jak2filter/tmpl/default.php”, find and change code
[PHP]
<input class=”btn” type=”submit” name=”btnSubmit” value=”<?php echo JText::_(‘SEARCH’); ?>” />
[/PHP]
to:
[PHP]
<input class=”btn” type=”submit” name=”btnSubmit” value=”<?php echo JText::_(‘JAK2SEARCH ‘); ?>” />
[/PHP]I will upgrade it in next release of this module.
-
AuthorPosts
This topic contains 6 replies, has 4 voices, and was last updated by MoonSailor 11 years, 9 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum