• This is a great plugin to display birthday for community buddypress, you need just to add function to load languages in your file loader.php
    this the function:

    function kechweb_load_textdomain() {
    		load_plugin_textdomain( 'bp-birthday-greetings', false, dirname( plugin_basename( __FILE__ ) ) . '/languages' );
    }
    add_action( 'plugins_loaded', 'kechweb_load_textdomain' );
Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Prashant Singh

    (@prashantvatsh)

    Hi @kechweb

    Thanks for your kind words 🙂

    Also, thanks for your suggestion. I have noted it and will try to put that up in the next version.

    Thanks

    Thread Starter Soufiane Bahjaoui

    (@kechweb)

    You welcome, also I have french translation how can I send it to you?

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

The topic ‘Great plugin’ is closed to new replies.