Problem with translation
-
Hi i had problem with translation i fix in very dirty way just adding funcion
add_action( 'plugins_loaded', 'wpdocs_load_textdomain' ); /** * Load plugin textdomain. */ function wpdocs_load_textdomain() { load_plugin_textdomain( 'bp-job-manager', false, dirname( plugin_basename( __FILE__ ) ) . '/languages' ); }
But it working now ??
Thank you , for so great plugin. ??
Another question, would be nice if i can translate menu tab.
Viewing 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)
- The topic ‘Problem with translation’ is closed to new replies.