Fix untranslated error strings#500
Conversation
|
The following accounts have interacted with this PR and/or linked issues. I will continue to update these lists as activity occurs. You can also manually ask me to refresh this list by adding the Unlinked AccountsThe following contributors have not linked their GitHub and WordPress.org accounts: @codetrappers-ct. Contributors, please read how to link your accounts to ensure your work is properly credited in WordPress releases. If you're merging code through a pull request on GitHub, copy and paste the following into the bottom of the merge commit message. To understand the WordPress project's expectations around crediting contributors, please review the Contributor Attribution page in the Core Handbook. |
|
@yusufhay Looks like there's a handful of conflicts here. Could you ensure your branch has the latest changes from |
933bf07 to
9e736d4
Compare
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## develop #500 +/- ##
=============================================
+ Coverage 69.15% 69.16% +0.01%
Complexity 981 981
=============================================
Files 63 63
Lines 4649 4648 -1
=============================================
Hits 3215 3215
+ Misses 1434 1433 -1
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
What?
Closes #181
Fixes several untranslated user-facing error strings in image-generation and summarization flows.
Why?
Issue #181 calls for an internationalization audit across user-facing surfaces. These helper functions still contained hard-coded English error messages that can surface in the UI, which makes the plugin less ready for translation.
How?
__()sprintf()messageUse of AI Tools
AI assistance: Yes
Tool(s): Codex
Model(s): GPT-5
Used for: identifying likely untranslated strings and drafting the initial patch/PR text; final file changes were reviewed and committed by me.
Testing Instructions
aitext domain.Screenshots or screencast
Not applicable.
Changelog Entry