• Resolved ungjinpark

    (@ungjinpark)


    Hello, I’m Ungjin Park, We’re using the free version of the LoginPress plugin for making a notice page that connection available only on the office network. We’re Korean, we’re using operating systems and WordPress that set to Korean.

    The issue is some control labels and messages don’t replace Korean strings. We’re doubting you didn’t use the default string resources of WordPress to some element of the template.

    Let’s give you some example,

    The below codes are the part of “ko.po” file in the wp_content/language folder of our notice-board page project.

    
    msgid "Please enter your username or email address. You will receive a link to create a new password via email."
    msgstr "사용자명이나 이메일 주소를 입력하세요. 이메일로 새로운 비밀번호 생성 링크를 받을 수 있습니다."

    This message has been translated to our native language certainly through this file. but it’s still shown in English.

    In the middle of trying to find a cause, we found out some doubted PHP code at the file ‘plugins/loginpress/include/template-loginpress.php’.

    login_header(__('Lost Password'), '<p class="message">' . __('Please enter your username or email address. You will receive a link to create a new password via email.') . '</p>', $errors);

    I don’t know about the syntax of the PHP but it looks like a fixed text String for me.

    You can find this issue at the “Email Address” label element in Login and Find password form, too.

    As you know, we can’t fix your plugin. Please fix it If you regard this issue to an error.`

    • This topic was modified 5 years, 1 month ago by ungjinpark.
Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi @ungjinpark ,

    Thank you for posting about your problem, we have tried to replicate the problem which you described. The default welcome message on lost password form which you are mentioning is translatable.

    As you can see in the picture as well the message is translatable in Korean language. 😊

    Thread Starter ungjinpark

    (@ungjinpark)

    Hi, Zainab, Thanks for your kind reply. Would you answer me one more question?

    Before I sent this report to you, I tried to it. But, it was failed, so I thought the ‘lost password’ text field in there isn’t related to that message.

    I read your comment all and then attempted to modify it through a welcome message form of the customizer menu just a moment ago, again.

    Unfortunately, I failed the translating and I don’t know why I can’t modify the welcome text. And I checked the version of this plugin just in case, but it was the latest version.

    This page is not created all by me, my colleague did it almost. My colleague is good at computing, but, he is limited to modify the styling of the page because he is visually impaired. So, I got the request from him the modifying a visual design and reviewing some errors.

    So, I don’t know more detail information of this project but I heard the explain of modified part of project from him. He didn’t modify this and any related.

    Is reinstalling only way?

    • This reply was modified 5 years, 1 month ago by ungjinpark.
    • This reply was modified 5 years, 1 month ago by ungjinpark.

    Hi @ungjinpark

    Could you please reach us at our contact form so we could provide you more robust solution to your problem.

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Please remove the fixed English strings’ is closed to new replies.