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 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. |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## develop #986 +/- ##
=============================================
+ Coverage 81.51% 81.52% +0.01%
Complexity 2924 2924
=============================================
Files 122 122
Lines 11655 11664 +9
=============================================
+ Hits 9500 9509 +9
Misses 2155 2155
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
|
@estelaris for your review on languages added covering your needs ^ |
What?
Closes #981
Expands the default target languages supported by the Content Translation experiment in
WordPress/aito include 9 additional languages:bn)id)pl-pl)pt-pt)ru-ru)sv-se)tr-tr)uk)vi)Also updates
docs/experiments/content-translation.mdto list the newly supported languages.Why?
WordPress powers websites across the globe in dozens of languages. Providing broader default language coverage out of the box makes the Content Translation experiment immediately useful to non-English sites without requiring manual filter registration.
How?
__( '...', 'ai' )) intoLanguages::get_supported_languages()inincludes/Experiments/Content_Translation/Languages.php.LanguagesTest::test_supported_languages_filter_can_add_custom_language()to use Esperanto (eo) as the custom filter test language instead of Polish (pl-pl), since Polish is now supported by default.docs/experiments/content-translation.mdto list all 23 default target languages in alphabetical order.Use of AI Tools
AI assistance: Yes
Tool(s): Antigravity
Used for: Identifying missing languages, diagnosing test runner behavior, updating documentation, and formatting PR details.
Testing Instructions
wpai_content_translation_languagesfilter.npm run test:phpor unit tests to ensure all language tests pass.Screenshots or screencast
N/A - Non-visual backend and documentation additions.
Changelog Entry