wordpress-playground icon indicating copy to clipboard operation
wordpress-playground copied to clipboard

[Translation] Gujarati(gu) documentation translation progress tracker

Open nikunj8866 opened this issue 9 months ago • 3 comments

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:

  1. Download the repository
  2. Go to the terminal and run npm install
  3. Run the command at the terminal: npm run dev:docs -- --locale gu

To translate a documentation page:

  1. Find the original file you want to translate from this directory: /packages/docs/site/docs.
  2. Copy the desired .md file.
  3. Paste it into the following local folder: /packages/docs/site/i18n/gu/docusaurus-plugin-content-docs/current
  4. Translate or modify the content in the .md file.
  5. 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
    • [x] launch.md #2480
    • [ ] test.md
  • contributing
    • [x] code.md #2606
    • [x] coding-standards.md #2507
    • [ ] contributor-day.md
    • [x] contributor-badge.md #2549
    • [ ] documentation.md #2610
    • [ ] translations.md
    • [x] index.md #2550
  • guides
    • [ ] for-plugin-developers.md
    • [ ] for-theme-developers.md
    • [x] index.md #2576
    • [ ] providing-content-for-your-demo.md
    • [x] wordpress-native-ios-app.md #2599
  • [x] intro.md #2450
  • [x] quick-start-guide.md #2494
  • [ ] resources.md
  • [x] web-instance.md #2532

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
    • [x] 07-json-api-and-function-api.md #2577
    • [ ] 08-examples.md
    • [ ] 09-troubleshoot-and-debug-blueprints.md
    • [ ] intro.md
    • [ ] tutorial
      • [x] 01-what-are-blueprints-what-you-can-do-with-them.md #2617
      • [x] 02-how-to-load-run-blueprints.md #2611
      • [ ] 03-build-your-first-blueprint.md
      • [x] index.md #2607

developers

  • [ ] developers
    • [ ] 03-build-an-app
      • [ ] 01-index.md
    • [ ] 05-local-development
      • [x] 01-wp-now.md #2664
      • [ ] 02-vscode-extension.md
      • [ ] 03-php-wasm-node.md
      • [x] intro.md #2623
    • [ ] 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
    • [x] intro-devs.md #2574

nikunj8866 avatar Jul 03 '25 12:07 nikunj8866