Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Author mpvanwinkle77

    (@mpvanwinkle77)

    Hi faina09, yes, please send me your translation file. I would like to get the language support soon.

    Thread Starter faina09

    (@faina09)

    how can I send it to you? my email is [redacted]

    Hi Mike!

    I have the German translation ready, but I don’t get it running.

    I added this code in the header comments of simplr_reg_page.php:

    Text Domain: simplr-reg
    Domain Path: /languages/

    And this one below:

    function load_textdomain_init() {
      $plugin_dir = basename(dirname(__FILE__));
      load_plugin_textdomain( 'simplr-reg', false , basename( dirname( __FILE__ ) ) . '/languages/' );
    }
    add_action('plugins_loaded', 'load_textdomain_init');

    The .po and .mo file are in the /languages/ subfolder of the plugin folder. In Poedit, everything looks fine, so unfortunately I don’t have any idea what the error could be.

    Any hint will be appreciated!

    Of course, when it’s ready, I can send you the language catalogue.

    Regards
    joschi81

    Thread Starter faina09

    (@faina09)

    I have improved my translation and modified the plugin code to include almost all the messages, but still I do not know where to send my files!
    @joschi81 you seems to be rigth, but many sentences in the plugin simply do not use gettext(). I fixed this. If you want can sent your translation to me for a check, and/or I can send you my modified plugin

    Hello, I’m really interested about italian translation! Can you send me your translations? (and, i suppose, some tips about install it)

    Bye
    Alessio

    Thread Starter faina09

    (@faina09)

    hi Alessio, please contact me at the address specified in my site (see my profile). I have no other way to contact you. Se non mi scrivi non so come mandarti i file!! Ciao

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘i18n language support’ is closed to new replies.