Please remove the fixed English strings
-
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.`
The topic ‘Please remove the fixed English strings’ is closed to new replies.