Problems to get the translations that a plugin has in Catalan
-
We are having problems to get the translations that a plugin has in Catalan, to be seen as such, when the user is viewing the web in that language.
The way the languages are loaded is following the methodology required by WordPress, something like this:
add_action( ‘init’, array( $this, ‘languages’ ) );
function languages(){
load_plugin_textdomain( “redsys_for_givewp”, false, plugin_basename( dirname( dirname( dirname( __FILE__ ) ) ) ) . ‘/languages’ );
}If instead of using Polylang, I have the web in only one language, and I choose Catalan, it is displayed correctly.
What is happening, could you help us?
The page I need help with: [log in to see the link]
- The topic ‘Problems to get the translations that a plugin has in Catalan’ is closed to new replies.