• I’ve just upgraded from v1.2 to 2.03 of WordPress. Everything seems to have installed correctly except for one thing. I need the corresponding .mo file for WPLANG = EN_US. I say this because I went to install a “new” Theme file (BinaryBlue101) and it depends on having a “correctly” installed WPLANG parameter with the corresponding .mo file(s). According to the doc on this theme, it will install with a default of German if it can not find these settings / files.

    Where can I get the .mo files(s)?

Viewing 4 replies - 1 through 4 (of 4 total)
  • There is no English .mo file.
    Just try it by adding the proper modification in the wp-config.php file.

    This would be the proper modification;
    find
    define (‘WPLANG’, ”)
    change to
    define (‘WPLANG’, ‘en’)

    define ('WPLANG', 'en_US')
    Just follow the example in the config file.

    I also tried to install Binary Blue, and I changed the config file to indicate English as my language without adding an MO file (since there doesn’t seem to be one?).

    No good, the theme is still pissed about lack of localization.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Need .mo language files for EN_US’ is closed to new replies.