Problem adding new language
-
Hi, in order to add italian language i’ve updated the plugin modifying home.php file in the theme. Than, i’ve created a new language file called bp-profile-privacy-it_IT.po/.mo but translation doesn’t appear. Need i to insert language files in a specific folder?
In bp-profile-privacy-core.php file there is this code: load_textdomain( ‘bp-profile-privacy’, dirname( __FILE__ ) . ‘/bp-profile-privacy/languages/’ . get_locale() . ‘.mo’ );
But folder in the domain is called “buddypress-profile-privacy” and don’t seems to join with the recall.
However, in bp-profile-privacy-core.php dont’t we need to use load_textdomain function instead of load_plugin_textdomain?
Thnk you very much for the help and great job!
You must be logged in to reply to this topic.