translate .po file not working

admin

Administrator
Staff member
I install wordpress in english interface.

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:
&lt;?php load_theme_textdomain('alyeska'); ?&gt;
wich I don't know if it is right
Code:
('alyeska')
or need other value.</li>
<li>I open the file wp-config.php and add the line
Code:
define ('WPLANG', 'he-il');
</li>
</ol>

The translation theme not working.

What I miss here ?

Many Thx.