![]() |
Help for italian language translation ...
Hi All,
I try to translate in italian language all the sections of website (http://www.according.it). It's not easy... a part of the site has been translated but I can not find many words or phrases to be translated in php pages. Example. In home page there is the words "Read more" I need to change as "Leggi ancora" or in each post (example http://www.according.it/?p=15) there is "dicembre 22, 2008 by" I need to change "22 Dicembre 2008 scritto da" as in topnavbar where I change the js function... but I do not find pages ... I must search for any word or phrase or there is a more rational method? Thanks! Otello |
Re: Help for italian language translation ...
Hi Otello,
Unfortunately there is no easier way - you have to go through each template file and find hard-coded English text and translate it. For the Read more on the home page etc, open up functions.php and near the end of the file you will find these lines: Line 291: Code:
echo "'>"."Read More →</a>";Code:
echo "'>"."Read More →</a>";Code:
echo "'>"."Leggi ancora →</a>";Code:
<?php the_time('F j, Y'); ?></span> byCode:
<?php the_time('j F Y'); ?></span> scritto da |
Re: Help for italian language translation ...
Hi adew,
Thanks again! Otello |
| All times are GMT -5. The time now is 02:55 PM. |
Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.