Viewing 6 replies - 1 through 6 (of 6 total)
  • Thread Starter chandrantwins

    (@chandrantwins)

    I have already checked po file inside lang folder.. It is having corresponding detusch version. But its not displaying .Please help to resolve this issue

    Plugin Author Rustaurius

    (@rustaurius)

    Hi Chandran,

    That string should definitely be translatable, here’s the code that creates it:

    `$user_update = array(“Message_Type” => “Error”, “Message” => __(“There is already a user with that Username, please select a different one.”, “EWD_FEUP”));

    Are the other German strings working in the plugin? Is that string in the .pot file for the plugin?

    Thread Starter chandrantwins

    (@chandrantwins)

    Hi

    Thanks for your reply

    I have already tried this code

    __(“There is already a user with that Username, please select a different one.”, “EWD_FEUP”));

    It return same sentense..

    I have used poeditor to see content..i cannot see pot file..where can i find that

    Plugin Author Rustaurius

    (@rustaurius)

    Hi Chandran,

    The pot file should be in the “lang” folder of the plugin. How did you create the .po file for German without using the .pot file?

    Thread Starter chandrantwins

    (@chandrantwins)

    Hi,

    i have not created any po file. I am trying to use from plugin. But its not working. Please suggest me how to check ..get_options() method is working fine. apart from that..i am not able to access po file translation.

    Thanks
    Chandran Nepolean

    Plugin Author Rustaurius

    (@rustaurius)

    Hi Chandran,

    “i am not able to access po file translation.”

    So has the translation file for German not been opened? In that case, if you open it, is the string you’re looking to translate listed?

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Translate message to deutsch’ is closed to new replies.