[i18n] Add Bengali translation for blueprints resources and steps#3463
Open
perashanid wants to merge 3 commits intoWordPress:trunkfrom
Open
[i18n] Add Bengali translation for blueprints resources and steps#3463perashanid wants to merge 3 commits intoWordPress:trunkfrom
perashanid wants to merge 3 commits intoWordPress:trunkfrom
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
Adds Bengali (bn) translations for additional WordPress Playground Blueprint documentation pages (resources, steps, shorthands, bundles) while preserving existing structure and embedded MDX components.
Changes:
- Added Bengali translation page for Blueprint resource references
- Added Bengali translation pages for Blueprint steps and step shorthands (including MDX components)
- Added Bengali translation page for Blueprint bundles (usage + examples)
Reviewed changes
Copilot reviewed 4 out of 4 changed files in this pull request and generated 3 comments.
| File | Description |
|---|---|
| packages/docs/site/i18n/bn/docusaurus-plugin-content-docs/current/blueprints/04-resources.md | Bengali translation for resource reference docs (URL/Git/Core/VFS/Literal/Bundled) |
| packages/docs/site/i18n/bn/docusaurus-plugin-content-docs/current/blueprints/05-steps.md | Bengali translation for steps reference page, including dynamic step rendering components |
| packages/docs/site/i18n/bn/docusaurus-plugin-content-docs/current/blueprints/05-steps-shorthands.md | Bengali translation for shorthand syntax reference page |
| packages/docs/site/i18n/bn/docusaurus-plugin-content-docs/current/blueprints/06-bundles.md | Bengali translation for bundles overview and usage examples |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
packages/docs/site/i18n/bn/docusaurus-plugin-content-docs/current/blueprints/04-resources.md
Outdated
Show resolved
Hide resolved
packages/docs/site/i18n/bn/docusaurus-plugin-content-docs/current/blueprints/05-steps.md
Show resolved
Hide resolved
...s/docs/site/i18n/bn/docusaurus-plugin-content-docs/current/blueprints/05-steps-shorthands.md
Show resolved
Hide resolved
…ent/blueprints/04-resources.md Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Motivation for the change, related issues
Continuing Bengali translation efforts for WordPress Playground documentation. This PR adds Bengali translations for four more blueprint documentation pages covering resources, steps, and bundles.
Implementation details
Translated the following files to Bengali:
04-resources.md- Blueprint resources (URL, Git, Core themes/plugins, VFS, Literal, Bundled references)05-steps-shorthands.md- Blueprint steps shorthands (login, plugins, siteOptions, defineWpConfigConsts)05-steps.md- Blueprint steps (main API reference for all available step types)06-bundles.md- Blueprint bundles (self-contained packages with blueprint.json and resources)All translations:
Testing Instructions (or ideally a Blueprint)