Support » Themes and Templates » Localization problem

  • I’m a french WordPress users, i just tranlated a theme in fr_Fr and everything works fine on my xampp local server with this in my function.php

    load_theme_textdomain('default');
    load_textdomain( 'default', TEMPLATEPATH.'/languages/fr_FR.mo' );

    My problem arise when i put my theme on my server, the settings are exactly the same but nothing get translated.

    My question: what the heck is goin on, what did i miss ? can it comes from my server side, not a french one…

    i’m waiting for your answers, thanks

Viewing 1 replies (of 1 total)
  • Thread Starter boddhi

    (@boddhi)

    i found out the problem, my xampp is not case sensitive and my server is, i made a mistake with the fr_Fr and fr_FR

    Problem solved, thanks

Viewing 1 replies (of 1 total)
  • The topic ‘Localization problem’ is closed to new replies.