Tagged Questions
0
votes
2answers
2k views
Link to a .po file in a child theme
i'm working in a twenty ten child theme, i want to change the
load_theme_textdomain( 'twentyten', TEMPLATEPATH . '/languages' );
$locale = get_locale();
$locale_file = TEMPLATEPATH . ...
1
vote
2answers
2k views
how to load the language file in plugin?
I'm unable to load the plugin's locale file (.mo). I did all the procedues described in the http://codex.wordpress.org/Writing_a_Plugin but its not working. If I the lang string to the wordpress ...
3
votes
1answer
274 views
Setting up partial Right-to-Left admin interface
I am building a custom theme WordPress instance, which needs to be Arabic at the public face and English on Admin site, but with RTL (flush right) in editing fields. My theme takes care of the public ...