How do I translate eNewsletter?

Hello!

I have translated your eNewsletter plugin to finnish and its workin ok in my single WordPress install. But I want to use this same language file in my WordPress Multisite… I have placed language file from single install to plugins language folder and my config.php has “fi_FI” as a language but it doenst work… Am i missing something or is this handled differently in WP Multisite?

  • Alexander
    • DEV MAN’s Mascot

    Hi @ipartners,

    It’s a little different on Multisite. You actually don’t need to set the langauge definition in wp-config. It’s setup per site. You can set which language is used from the”Site language” option in the Settings->General subpanel.

    Thanks for being a WPMU DEV member. Let us know if we can be of any further assistance.

    Best regards,

  • ipartners
    • WPMU DEV Initiate

    Thanks for a quick response. But I have selected language to “finnish” in my sub-sites settings page and still nothing happens. Everything else is in finnish but WPMU newsletter and appointmets plugin doesnt change :slight_smile:. But in single installation both works Ok…

  • Alexander
    • DEV MAN’s Mascot

    Hello @ipartners,

    I just tested this alongside the finnish translation files from here: http://fi.wordpress.org/

    I needed to name the e-newlsetter translation like this: “email-newsletter-fi.mo” You mentioned using “fi_FI” before. The translation code needs to match exactly in order for that mo file to get loaded.

    Can you try renaming to “email-newsletter-fi.mo” and see if this works?

    Best regards