-
Notifications
You must be signed in to change notification settings - Fork 19
PTC accessibility-checker (1985): Automatic Translations June 26, 2026 21:58:35270426 #1796
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: develop
Are you sure you want to change the base?
Changes from all commits
6177ddb
a9bf67c
033a6c2
5b4ff82
2cc25dc
fc9dc8a
ea2b5f4
baf5cfd
45b3489
d19a3da
8d1be0e
37c4c5a
c919d04
27d6e74
fc02234
8f705af
279930f
13c1a13
822276f
65b488a
1eafdfc
694529d
7cf4f37
896ccdb
1c8d657
71ec804
599c2ab
6c47852
3e6e4db
be0e9e6
fe47254
b017420
1d6d18c
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
|
|
@@ -481,7 +481,7 @@ msgstr "우리 웹사이트에 대한 의견, 질문, 피드백을 환영합니 | |||||
| #: admin/class-admin-footer-text.php:46 | ||||||
| #, php-format | ||||||
| msgid "Enjoying Accessibility Checker? %1$sPlease leave us a ★★★★★ rating.%2$s We really appreciate your support!" | ||||||
| msgstr "Accessibility Checker를 즐겁게 사용하고 계신가요? %1$s★★★★★ 평가를 남겨주세요.[/%p#07527667] 여러분의 지원에 정말 감사드립니다!" | ||||||
| msgstr "Accessibility Checker를 즐겁게 사용하고 계신가요? %1$s★★★★★ 평가를 남겨주세요.[/%%p#07527667] 여러분의 지원에 정말 감사드립니다!" | ||||||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. 🎯 Functional Correctness | 🟠 Major | ⚡ Quick win Restore the This translation drops the required 🛠️ Proposed fix-msgstr "Accessibility Checker를 즐겁게 사용하고 계신가요? %1$s★★★★★ 평가를 남겨주세요.[/%%p#07527667] 여러분의 지원에 정말 감사드립니다!"
+msgstr "Accessibility Checker를 즐겁게 사용하고 계신가요? %1$s★★★★★ 평가를 남겨주세요.%2$s 여러분의 지원에 정말 감사드립니다!"📝 Committable suggestion
Suggested change
🤖 Prompt for AI AgentsSource: Learnings There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
In the Korean locale, this Useful? React with 👍 / 👎. |
||||||
|
|
||||||
| #: admin/class-admin-footer-text.php:47 | ||||||
| msgid "Please leave us a five star rating (opens in new window)" | ||||||
|
|
||||||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The translation is missing the %2$s placeholder, which is required to output the closing tag. Instead, it contains a corrupted placeholder [/%%p#07527667]. This will cause the tag to remain unclosed in the admin footer, breaking the HTML structure and accessibility of the page. Replacing [/%%p#07527667] with %2$s resolves this issue.