Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author Tobias Schutter

    (@tschutter)

    Yes, that should normally do the trick, but there is a minor bug which prevents the translations from loading. I will fix this asap.

    For now you add the following to your theme’s functions.php and that should get you on your way ??

    function init_pro_addon() {
        load_plugin_textdomain( CAC_PRO_TEXTDOMAIN, false, 'cac-addon-pro/languages/' );
    }
    add_action('admin_init', 'init_pro_addon');

    Tobias, I am unable to translate the Pro Addon on Transifex; getting this error “This action cannot be performed because the organization has outgrown its current plan limits. Please contact the organization administrators.”
    ?

    Plugin Author Tobias Schutter

    (@tschutter)

    You can now translate it on Transifex located under Admin Columns, just select the other resource.

    @redywebs If you like you can also use the translation service on Transifex. I have added spanish for Admin Columns. That way others can enjoy your translations aswell ??

    Thread Starter redywebs

    (@redywebs)

    Thank you Tobias, it does work for now.

    I have already requested access to the Spanish translation team on Transifex.

    Plugin Author Tobias Schutter

    (@tschutter)

    Thanks for helping me translate. I think a lot of Spanish users will be grateful ??

    You can monitor all translations on our site.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Pro Add-on localization support’ is closed to new replies.