Ultimate Facebook register form translation is ignored

Using Poedit I have generated a mo file and uploaded it to the same folder as the Ultimate Facebook plugin po file. My changes are very simple – replacing the word blog with website – sadly even after a cache clearout the changes are not being shown by the Ultimate Facebook plugin

  • Vladislav
    • Dead Eye Dev

    Hello,

    In order to cover all the bases first up I’d like to ask just a quick couple of quick questions, please. I am assuming the translation you made (blog/website) apply to the strings in the registration form (ie. “Your blog title” and “Your blog address (%s)”:wink:, is that right? Also, have you noticed if the translation issue appears on the form on registration page, registration widget or both? Lastly, what is the value of your WP_LANG define and the exact name of your .mo file?

  • joe
    • The Crimson Coder

    The translation was for the register with facebook page – “Your blog title” and “Your blog address. I have not used the widget yet.

    The .mo file is named wpmu-dev-facebook-default.mo

    Here is the relevant section from wp-config.php…

    /**

    * WordPress Localized Language, defaults to English.

    *

    * Change this to localize WordPress. A corresponding MO file for the chosen

    * language must be installed to wp-content/languages. For example, install

    * de_DE.mo to wp-content/languages and set WPLANG to ‘de_DE’ to enable German

    * language support.

    */

    define(‘WPLANG’, ”:wink:;

    Strangely, there is no “wp-content/languages” folder