[i18n] Add Bengali translation for blueprints documentation#3462
Open
perashanid wants to merge 4 commits intoWordPress:trunkfrom
Open
[i18n] Add Bengali translation for blueprints documentation#3462perashanid wants to merge 4 commits intoWordPress:trunkfrom
perashanid wants to merge 4 commits intoWordPress:trunkfrom
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
Adds Bengali (bn) translations for WordPress Playground “Blueprints” documentation pages, keeping structure, links, and embedded interactive examples consistent with the original docs.
Changes:
- Added Bengali “Getting started”, “Using blueprints”, and “Data format” pages under the bn i18n docs tree
- Included MDX
BlueprintExampleimports and example payloads for interactive rendering - Localized descriptive text while preserving technical references and code samples
Reviewed changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated 4 comments.
| File | Description |
|---|---|
| packages/docs/site/i18n/bn/docusaurus-plugin-content-docs/current/blueprints/01-index.md | Adds Bengali translation for Blueprints getting-started landing page with interactive example |
| packages/docs/site/i18n/bn/docusaurus-plugin-content-docs/current/blueprints/02-using-blueprints.md | Adds Bengali translation explaining URL fragment/query param/bundles/JS API usage with examples |
| packages/docs/site/i18n/bn/docusaurus-plugin-content-docs/current/blueprints/03-data-format.md | Adds Bengali translation describing Blueprint schema and key properties with 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/03-data-format.md
Outdated
Show resolved
Hide resolved
packages/docs/site/i18n/bn/docusaurus-plugin-content-docs/current/blueprints/03-data-format.md
Outdated
Show resolved
Hide resolved
...s/docs/site/i18n/bn/docusaurus-plugin-content-docs/current/blueprints/02-using-blueprints.md
Outdated
Show resolved
Hide resolved
...s/docs/site/i18n/bn/docusaurus-plugin-content-docs/current/blueprints/02-using-blueprints.md
Show resolved
Hide resolved
…ent/blueprints/03-data-format.md Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
…ent/blueprints/03-data-format.md Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
…ent/blueprints/02-using-blueprints.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 three core blueprint documentation pages.
Implementation details
Translated the following files to Bengali:
01-index.md- Getting started with Blueprints (overview and introduction)02-using-blueprints.md- How to use Blueprints (URL fragment, query parameter, bundles, JavaScript API)03-data-format.md- Blueprint data format (JSON schema, landing page, preferred versions, features, steps)All translations:
Testing Instructions (or ideally a Blueprint)