• Resolved Karol Szczesny

    (@karolsz)


    Hi i had problem with translation i fix in very dirty way just adding funcion

    add_action( 'plugins_loaded', 'wpdocs_load_textdomain' );
     
    /**
     * Load plugin textdomain.
     */
    function wpdocs_load_textdomain() {
      load_plugin_textdomain( 'bp-job-manager', false, dirname( plugin_basename( __FILE__ ) ) . '/languages' ); 
    }

    But it working now ??
    Thank you , for so great plugin. ??
    Another question, would be nice if i can translate menu tab.

Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Contributor Varun Dubey

    (@vapvarun)

    Sorry for the trouble, I will debug and will update you shortly on it. We have pushed a new version today with Resume integration with BuddyPress Profiles, translation issue is not part of this release.

    addjou

    (@addjou)

    Hi Vapvarun,

    I’ve exactly the same problem than karolsz.

    Did you have a date when the plugin will be updated ?

    Thank you !

    Plugin Contributor Varun Dubey

    (@vapvarun)

    Hi @addjou, it’s fixed in our development version you can download it here, we will release it shortly https://github.com/wbcomdesigns/bp-job-manager

    addjou

    (@addjou)

    Hi @vapvarun,

    Thank you very much for your kindly answer !!! Really appreciate !

    It’s fixed !

    Last question : how can I translate tabs (like ‘Jobs’ and ‘Resumes’) at the top of buddypress tabs ?

    Many thanks !!!

    Plugin Contributor Varun Dubey

    (@vapvarun)

    @addjou We have updated the plugin, you can use the stable version at WordPress repo and you will be able to translate Job and Resume strings as well.
    Feel free to let us know if you have any issues.

    addjou

    (@addjou)

    So so great, many thanks !!!!!!!

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Problem with translation’ is closed to new replies.