• Resolved Alex R.

    (@dreamfish)


    Hi,

    I tried to create a german language file, but I did not succeed.
    I opened the example file “example.po” with POedit, which is recommended by WordPress. I added some translations, and saved the .mo file as “plugins/iproperty/languages/iproperty-de_DE.mo”.
    But the text in wordpress stays the same ..

    I also tried to save the same file in “/languages/” or /plugins/iproperty/languages/” but this did not help.

    http://wordpress.org/plugins/intellectual-property-basic/

Viewing 12 replies - 1 through 12 (of 12 total)
  • Plugin Author thinkeryllc

    (@thinkeryllc)

    Hi – sorry for the delay. Are you sure you’re updated to the latest version of IP and your locale is de_DE? If so, saving the file as ‘plugins/iproperty/languages/iproperty-de_DE.mo’ should work. I’ve tested with en_US locale and it works as expected. Do other plugins translate correctly when creating de_DE.mo language files? Just let us know. Thanks.

    Plugin Author thinkeryllc

    (@thinkeryllc)

    Marking as resolved since it’s been a week with no response and has been tested locally with no issues.

    Hy.
    Dear all…it’s about a week that i’m trying to translate using Poedit and the way that thinkeryllc shown in more then 1 post.I’ve tryed in so many way and so many time that…I really don?t know if it’s the time to change plugin or CMS..don’t know yet.
    But it’d seem so simple…example.po…iproprety-it_IT.po…iproprety-it_IT.mo…sending via FTP in that famous folder…nothing! If someone,thinkeryllc or another member or Author would be so kind to explain us the way to resolve permanently this issue, we’ll apreciate so much and we’d make a good advertise!
    thanks in advance.
    Max

    Plugin Author thinkeryllc

    (@thinkeryllc)

    Hi Max – sorry you’re having troubles. There are a couple things to try if your custom language file is not having any effect.

    First, be sure that the locale of the site is the same as the IProperty language file you’re trying to use — see here for information.

    If the site locale is the same as the language file (it_IT), open your ‘wp-config.php’ file and make sure there is no other language defined in the WPLANG constant:

    define('WPLANG', '');

    Finally, if everything else looks correct, try disabling and then enabling the IProperty plugin via your admin plugin manager.

    Let us know how it goes. Thanks!

    Any news on this issue?

    I have done the same thing as topic opener, but without any results.

    The settings are OK, other plug-ins seems to work in my selected language, but iproperty is not.

    Disabled, re-enabled… etc.

    Thread Starter Alex R.

    (@dreamfish)

    I finally moved to another, generic plugin.

    I really love this Real Estate plugin, but as I’m having mainly
    german customers, I can not use it.

    Maybe iProperty could write a comprehensive documentation about
    internationalization. I was using in addition xili-language, maybe this was the problem …

    Hi,

    I added my lang file hu_HU.mo and hu_HU.po but nothing hapenned it is still english.
    is there any other setting I have to do?
    my locale is hu_HU in my wp-config file:)
    thank you

    This topic is not resolved. There is something that does not produce the effect informed by the developer of the plugin. Do tests with http://www.icanlocalize.com/tools/php_scanner – for the file example.
    4 separate files are created, but still does not work.
    Develop a plugin for a CMS with world fame requires careful translations.
    We await a solution.
    Thank you.

    @local9ssb: Please stop posting in other people’s topics and post your own topic.

    I did it!

    I’ve replaced
    load_plugin_textdomain( 'iproperty', false, $path );
    with
    load_plugin_textdomain( 'iproperty', false, dirname(plugin_basename(__FILE__)) . '/languages' );
    in iproperty.php and it works!

    gejohnny

    Works perfectly. This plugin is great. I know it’s time when he missed time with Joomla. WordPress is a constant evolution. Developers now hardly commit these mistakes primaries, they test and make trust is the way to success.

    The correct way to insert the language is to open the plugins folder in wp-content/languages/plugins.
    Place iProperty-xx_XX.po – iProperty-xx_XX.mo

Viewing 12 replies - 1 through 12 (of 12 total)
  • The topic ‘Internationalisation’ is closed to new replies.