Localization
-
I am trying to localize my theme and I am using the Codestyling Localization plugin.
I Wort all my text in my theme in english
<? _e('Text', 'domain') ?>
The plugin shows that the .mo and .po of the de_DE.po/.mo (I am trying to translate to in german) file is OK. I have generated the files using the plugin. In my function.php I have added
load_theme_textdomain( 'domain', TEMPLATE_PATH . '/languages' );
Did I miss something? Do I need the .pot file? What can I do to make it working?
Please help me.
- The topic ‘Localization’ is closed to new replies.