• Resolved skvmomega

    (@skvmomega)


    Hi,

    I encounter the following issue.
    In a dev environment, the Flamingo is in french language,n but once in the production environnement, he switches in UK, yet the wordpress configuration is the same for both .
    Also, I downloaded the french .mo file, following the link in the readme within the language folder
    The production site is at the customer’s, so i don’t have any “power” about the configuration .
    So, how can i “force” the FR traduction throught the .mo file ?

    regards

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Takayuki Miyoshi

    (@takayukister)

    Where can we see the website in question?

    Thread Starter skvmomega

    (@skvmomega)

    I fixed the problem,
    Actually, in flamingo.php, you have to set the line 55 to :
    load_plugin_textdomain( ‘flamingo’, false, dirname( plugin_basename( __FILE__ ) ) . ‘/languages/’ );
    instead of :
    load_plugin_textdomain( ‘flamingo’, false, ‘flamingo/languages/’ );
    It works perfectly, sry for this little loss of time !
    regards,
    Sly

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

The topic ‘Force traduction’ is closed to new replies.