-
Notifications
You must be signed in to change notification settings - Fork 322
Open
Labels
[Aspect] Internationalization (i18n)[Type] DocumentationImprovements or additions to documentationImprovements or additions to documentation
Description
I would like to contribute by translating the WordPress Playground documentation into Gujarati (gu) to make it more accessible to native speakers and support localization efforts.
Improve accessibility for Gujarati-speaking developers and users.
This issue will track the translation of the WordPress Playground documentation.
Testing Instructions
To run it locally:
- Download the repository
- Go to the terminal and run
npm install
- Run the command at the terminal:
npm run dev:docs -- --locale gu
To translate a documentation page:
- Find the original file you want to translate from this directory:
/packages/docs/site/docs
. - Copy the desired
.md
file. - Paste it into the following local folder:
/packages/docs/site/i18n/gu/docusaurus-plugin-content-docs/current
- Translate or modify the content in the .md file.
- Once saved, changes will be live reflected on your local documentation site.
See documentation https://wordpress.github.io/wordpress-playground/contributing/translations for more details.
Remaining translation pages
Main
- About
- build.md
- index.md
- launch.md Added Gujarati Translation for Launch.md file #2480
- test.md
- contributing
- code.md
- coding-standards.md
- contributor-day.md
- documentation.md
- translations.md
- index.md
- guides
- for-plugin-developers.md
- for-theme-developers.md
- index.md
- providing-content-for-your-demo.md
- wordpress-native-ios-app.md
- intro.md Adding Gujarati Intro documentation. #2450
- quick-start-guide.md Added Gujarati Translation for quick-start-guide.md #2494
- resources.md
- web-instance.md
blueprints
- blueprints
- 01-index.md
- 02-using-blueprints.md
- 03-data-format.md
- 04-resources.md
- 05-steps-shorthands.md
- 05-steps.md
- 06-bundles.md
- 07-json-api-and-function-api.md
- 08-examples.md
- 09-troubleshoot-and-debug-blueprints.md
- intro.md
- tutorial
- 01-what-are-blueprints-what-you-can-do-with-them.md
- 02-how-to-load-run-blueprints.md
- 03-build-your-first-blueprint.md
- index.md
developers
- developers
- 03-build-an-app
- 01-index.md
- 05-local-development
- 01-wp-now.md
- 02-vscode-extension.md
- 03-php-wasm-node.md
- intro.md
- 06-apis
- 01-index.md
- javascript-api
- 01-index.md
- 02-index-html-vs-remote-html.md
- 03-playground-api-client.md
- 04-blueprint-json-in-api-client.md
- 05-blueprint-functions-in-api-client.md
- 06-mount-data.md
- query-api
- 01-index.md
- 23-architecture
- 01-index.md
- 02-wasm-php-overview.md
- 03-wasm-php-compiling.md
- 04-wasm-php-javascript-module.md
- 05-wasm-php-filesystem.md
- 07-wasm-asyncify.md
- 08-browser-concepts.md
- 09-browser-tab-orchestrates-execution.md
- 10-browser-iframe-rendering.md
- 11-browser-php-worker-threads.md
- 12-browser-service-workers.md
- 13-browser-scopes.md
- 14-browser-cross-process-communication.md
- 15-wordpress.md
- 16-wordpress-database.md
- 17-browser-wordpress.md
- 18-host-your-own-playground.md
- 24-limitations
- 01-index.md
- intro-devs.md
- 03-build-an-app
Metadata
Metadata
Assignees
Labels
[Aspect] Internationalization (i18n)[Type] DocumentationImprovements or additions to documentationImprovements or additions to documentation