I install wordpress in english interface.
After that I install theme(alyeska) which translate to Hebrew languege +
.
Inside the the theme folder there is lang\alyeska.po
I made some steps to be translation the alyeska.po:
<ol>
<li>I open the file alyeska.po with Poedit and change onw of the raw and I saved it as he-il.po</li>
<li>I edit the file function.php and add the line
wich I don't know if it is right
or need other value.</li>
<li>I open the file wp-config.php and add the line
</li>
</ol>
The translation theme not working.
What I miss here ?
Many Thx.
After that I install theme(alyeska) which translate to Hebrew languege +
Code:
<html dir="rtl">
Inside the the theme folder there is lang\alyeska.po
I made some steps to be translation the alyeska.po:
<ol>
<li>I open the file alyeska.po with Poedit and change onw of the raw and I saved it as he-il.po</li>
<li>I edit the file function.php and add the line
Code:
<?php load_theme_textdomain('alyeska'); ?>
Code:
('alyeska')
<li>I open the file wp-config.php and add the line
Code:
define ('WPLANG', 'he-il');
</ol>
The translation theme not working.
What I miss here ?
Many Thx.