Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter remi123

    (@remi123)

    I fixed it by adding some code.

    Text Domain: nx-admin

    needs to be set in the plugin header.

    This together with;

    add_action( 'plugins_loaded', 'tx_toolkit_load_textdomain' );
    function tx_toolkit_load_textdomain() {
      load_plugin_textdomain( 'nx-admin', false, dirname( plugin_basename(__FILE__ ) ) . '/languages' );
    }

    in e.g. tx-functions.php

    Could you update the TemplatesNext Toolkit plugin with the modifications from above?

    Plugin Author marsian

    (@marsian)

    Thanks remi123! i will try to add text domain in next version

    Not yet ready? Need to translate it to Russian.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘How to translate/localize TemplatesNext ToolKit (back-end)?’ is closed to new replies.