• Resolved Ayman

    (@aymanalzarrad)


    Hi @jeff Starr,

    Today I checked back on the plugin to find that you already started making it localization friendly by starting to use __() and _e().
    So I decided to give a hand and complete the rest, and I already finished it so it’s ready for use and translations.

    Please let me know how to I can send you the complete version of the plugin so you can just update it.

    Waiting for your reply,

    Ps. I already translated it into Italian and I’m working on the Arabic one too.

    http://wordpress.org/extend/plugins/user-submitted-posts/

Viewing 9 replies - 1 through 9 (of 9 total)
  • Plugin Author Jeff Starr

    (@specialk)

    Hi Ayman,

    Awesome, please contact me via this URL and we’ll continue via email. Thank you!

    http://perishablepress.com/contact/

    I’ve just noticed that there is a “template.po” at the new version. is it ready for using? I tried a translation but nothing happened.

    Thank you.

    Plugin Author Jeff Starr

    (@specialk)

    Yes it should be ready for users to translate into their own languages 🙂

    Hi to all i have traslate the .po e generate the new .mo and rename it in it_IT.mo ed upload in the languages forlder, and the translation don’t work, What’s is wrong? can you help me , thank in advance

    Plugin Author Jeff Starr

    (@specialk)

    It looks like there is a missing step in the implementation.. I’ve got it on the list for the next update but won’t have time to get to it soon. To send some translation files, contact me at http://perishablepress.com/contact/

    Hi everyone,
    I have the same problem, I’ve translated in italian, I have both the .po and .mo files but when I upload it doesn’t translate it at all.
    I’ve sent the translated file to @jeff Star and waiting for response.
    It’s pretty important for me because it’s one of the last steps in order to complete my project for the final exam at university for my degree.
    If anyone can help I’d appreciate a lot.
    Thanks everyone

    Thread Starter Ayman

    (@aymanalzarrad)

    Hi @jeff Starr,
    As far as I remember when I completed the implementation everything was working as it should and infact the first translation I’ve applied to the plugin was the Italian one…
    So could you be more specific about the problem you found with the implementation…?

    Plugin Author Jeff Starr

    (@specialk)

    @ayman no i was referring to the implementation of localization in the plugin itself.. i think there is a missing snippet of code that I’ll need to add in the next update.

    i think you need to use such code to load text domain

    //load Text Domain
    load_plugin_textdomain(‘USP’, false, USP_PLUGIN_BASEDIR.’/lang’);

    http://codex.wordpress.org/Function_Reference/load_plugin_textdomain

Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘Plugin is ready to be translated…’ is closed to new replies.