Forums

Need .mo language files for EN_US (5 posts)

  1. JamesBorders
    Member
    Posted 5 years ago #

    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)?

  2. moshu
    Member
    Posted 5 years ago #

    There is no English .mo file.
    Just try it by adding the proper modification in the wp-config.php file.

  3. blips
    Member
    Posted 5 years ago #

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

  4. moshu
    Member
    Posted 5 years ago #

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

  5. noxdineen
    Member
    Posted 5 years ago #

    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.

Topic Closed

This topic has been closed to new replies.

About this Topic