[Plugin: NextGEN Gallery] Modify loading of text-domain so it works with WPML and other translation
-
Alex, can you modify line 60 in
nggallery.php
from:
$this->load_textdomain();
to
add_action('plugins_loaded',array(&$this,'load_textdomain'));
so that the translations for next gen will be picked up by the wpml plugin (and potential other plugins that do translations for WordPress).
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘[Plugin: NextGEN Gallery] Modify loading of text-domain so it works with WPML and other translation’ is closed to new replies.