Translations
-
Wisit This site:
https://www.hunstart.hu/wordpress-pluginok-forditasa-projekt/search-everything/
Translators already here waiting with love: https://www.translators.hunstart.hu/projects/plugins/SearchEverythingIf the language you’d like to translate the plugin into isn’t available yet, please send us an email and we’ll make sure it gets added.
Do not work in options.php this:
load_textdomain('SearchEverything', SE_PLUGIN_DIR .'lang/se-'.$locale.'.mo');
This work:
load_plugin_textdomain( 'SearchEverything', false, dirname( plugin_basename( __FILE__ ) ) . '/lang/' );
And rename all lang files in /lang : SearchEverything-…po and .mo files
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Translations’ is closed to new replies.