- This topic has 14 replies, 3 voices, and was last updated 9 years, 10 months ago by Theme Horse Support Team.
-
AuthorPosts
-
December 30, 2014 at 7:28 am #19879p.hoedemaekersParticipant
I am in the proces of building a web site using your beautiful theme Ultimate.
I’m working with the dutch version.
My problem: I cannot find any way to translate the items “Continue” and “Search”. Maybe there are even more of these expressions that are not in dutch, that I have not discovered yet.
How can I translate these. I cannot find it in any of the templates.
The url of my site is: http://www.stichting-sz.nl.
Happy new year!December 31, 2014 at 10:54 am #19931Theme Horse Support TeamKeymasterHi p.hoedemaekers,
You just need to create the .po and .mo file to translate it into your language. Create first child theme and then customise the code.
http://codex.wordpress.org/Child_ThemesThank you!
January 8, 2015 at 9:07 am #20216p.hoedemaekersParticipantIn fact the version of theme Ultimate that I use (online via my host) is translated correctly. It is just that the two terms “Continue” and “Search” Are still in English. I cannot find a way to translate these two also into dutch. Please help.
January 8, 2015 at 11:30 pm #20253KaiParticipantHi,
in German, that works fine. I edit the file de_DE.po with PoEdit 1.03.
All texts can be translated.
See http://cms.rethorn.deGreetings
KaiJanuary 9, 2015 at 5:48 am #20259Theme Horse Support TeamKeymasterOk that’s great kai and p.hoedemaekers,
Did you create a pot file. Just check the .po and .mo file and check whether your translation text for continue reading and search you have added or not. Kai has translated into its own language.Thank you!
January 9, 2015 at 10:28 am #20274p.hoedemaekersParticipantThanks Kai. That is what I want. As I said, my WP version is online. How can I enter te PO file (without buying the for me expensive PoEdit) Appearantly the translator of the dutch version forgot these two words. Is it possible to write a short code that I can enter in to the CSS-stylesheeteditor and thus fix the problem. Who could help me with that code?
Thanks, Piet.January 9, 2015 at 10:54 am #20277Theme Horse Support TeamKeymasterHi p.hoedemaekers,
We don’t create .po and .mo file,We are sorry for this.You simply add the translation text in your pot file using poedit.Thank you!
January 9, 2015 at 2:09 pm #20280KaiParticipantPoEdit is free of cost in the Open Source Version. Only the Pro-version cost money.
http://poedit.net/The free version is all you need for translation.
January 12, 2015 at 5:44 am #20380Theme Horse Support TeamKeymasterThanks for helping us too Kai
Thank you!
January 12, 2015 at 9:20 am #20391p.hoedemaekersParticipantThanks Kai and the support team.
Sadly I dod not succed with just these two terms, Search and Continue.
Kai, since you managed to succeed in German, could you give me a piece of code that I can put in the CSS-stylesheeteditor?
PietJanuary 12, 2015 at 9:53 am #20392KaiParticipantThat’s not located in a css-file!
You have to edit the PO-file for your language. Use a simple Editor or free PoEdit.
In German, the file is de_DE.po in theme directory.Look for:
#: inc/structure/header-extensions.php:464
msgid “\”Read More\””
msgstr “\”Mehr…\””#: inc/structure/header-extensions.php:464
msgid “Read More”
msgstr “Mehr…”#: inc/structure/header-extensions.php:501
msgid “Page NOT Found”
msgstr “Seite NICHT gefunden”#: inc/structure/header-extensions.php:503
msgid “Search Results”
msgstr “Suchergebnisse”#: inc/structure/searchform-extensions.php:19
#: inc/structure/searchform-extensions.php:21
#: inc/structure/searchform-extensions.php:22
msgid “Search”
msgstr “Suche”and edit the Dutch language.
January 12, 2015 at 10:06 am #20393p.hoedemaekersParticipantHello Kai,
My WP version is on line at the host. How can I acces and adjust the Po file? I can’t find it.In my site http://www.stichting-sz.nl/ I find the searchform.php:
<?php
/**
* Displays the searchform of the theme.
*
* @package Theme Horse
* @subpackage Ultimate
* @since Ultimate 1.0
*/
/**
* ultimate_searchform hook
*
* HOOKED_FUNCTION_NAME PRIORITY
*
* ultimate_display_searchform 10
*/
do_action( ‘ultimate_searchform’ );
?>That;s all. Nothing there that I can adjust. How to open this ‘ultimate_searchform’?
January 13, 2015 at 4:47 am #20416Theme Horse Support TeamKeymasterhi p.hoedemaekers,
The search form code is located inside theme folder -> inc -> structure -> searchform-extension.php,
You may change it but if you change directly on the core file then while updating to our new version all your customization code will be lost. So better make child theme and customize the code to be safe from data update and loss.Thank you!
January 20, 2015 at 2:00 pm #20822p.hoedemaekersParticipantThanks Team. It took me a while but when I discovered cPanel I was able to find the right location. Then I could make the adjustments. Great.
January 21, 2015 at 5:18 am #20852Theme Horse Support TeamKeymasterOk that’s great p.hoedemaekers
Thank you!
-
AuthorPosts
- You must be logged in to reply to this topic.