Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author SEALsystems

    (@sealsystems)

    That command is already in the app-store-functions.php on line 66. The difference is that mine does have a trailing slash after languages. Can you see if adding the slash to the line you added breaks it?

    function asa_load_translation_file() {
    	// relative path to WP_PLUGIN_DIR where the translation files will sit:
    	$plugin_path = dirname( plugin_basename( __FILE__ ) ) . '/languages/';
    	load_plugin_textdomain( 'appStoreAssistant', false, $plugin_path );
    }
    Thread Starter crisf86

    (@crisf86)

    i found this function after i added the new code!!!!!
    i’m trying your orinal function and now it works (both with or without slash )…….

    Plugin Author SEALsystems

    (@sealsystems)

    Glad to hear that it works. If you need any help or have suggestions, please feel free to let me know.

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘textdomain not working’ is closed to new replies.