textdomain not working
-
after translating the language file in italian i notice that the taxtdomain wasn’t working.
To solve this i added this line on app-store-assistamt.php
load_plugin_textdomain('appStoreAssistant', false, basename( dirname( __FILE__ ) ) . '/languages' );
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
The topic ‘textdomain not working’ is closed to new replies.