[Plugin: Codestyling Localization] Cannot translate to danish
-
Hi,
I have a problem using Codestyling localization to translate WooCommerce Subscriptions. My danish translation will not show up on my website. I already translated everything, generated the .mo file and rescanned. I’ve also changed the wp config to my language. Nothing works! Do I have to change something in the editor for the translation to show up on my site?
/**
* Called on plugins_loaded to load any translation files.
*
* @since 1.1
*/
public static function load_plugin_textdomain(){$plugin_rel_path = apply_filters( ‘woocommerce_subscriptions_translation_file_rel_path’, dirname( plugin_basename( __FILE__ ) ) );
load_plugin_textdomain( self::$text_domain, false, $plugin_rel_path );
The topic ‘[Plugin: Codestyling Localization] Cannot translate to danish’ is closed to new replies.