-
Notifications
You must be signed in to change notification settings - Fork 68
Fix String Translation in index.js #3321
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
Conversation
|
Hello @bfintal Please could you take a look at this PR of mine? Thanks. |
|
The original string is still present, it has just changed from: |
|
True. But this plugin is compatible with WP 6.4 or higher and currently displays the translation only with versions 6.4 and 6.5 (and by updating the string the translation would be displayed only with versions 6.6 and 6.7). The proposed change is to display the translation with all currently compatible versions. |
|
Hello @bfintal Please could you take a look at this PR of mine? Thanks. |
|
Hello @mxkae as soon as you can, could you take a look at this PR? Thanks. |
|
Hello @Arukuen as soon as you can, could you take a look at this PR? Thanks. |
|
Hello @bfintal Please could you take a look at this PR of mine? Thanks. |
|
Hello @malalacharm Please could you take a look at this PR of mine? Thanks. |
|
Thanks and apologies for the delay! |
Hello @bfintal
Fix String Translation in index.js
Added the text domain to this string because it is no longer present among the default ones in WordPress 6.6.x.
Fix #3433