Description
There are a lot of WordPress users in Japan. I hope that adding the translation of the documentation will help them with their development.
Add a translation of the WordPress Playground.
Manage the progress of each page.
Japanese documentation
https://wordpress.github.io/wordpress-playground/ja/
How to translate (Japanese)
https://wordpress.github.io/wordpress-playground/ja/contributing/translations/
Translation guide
https://ja.wordpress.org/team/handbook/translation/
https://ja.wordpress.org/team/handbook/translation/translation-style-guide/
The Japanese documentation team customarily leaves the original text commented out and translates it immediately afterwards.
Example:
https://github.com/jawordpressorg/gutenberg/blob/trunk/docs/README.md?plain=1
However, if you put a comment out at the beginning of the md file, the markdown title will be rendered, so write the translated language first, and then write the original text commented out.
Command to compare source text with Japanese
Example: intro.md
diff -y --suppress-common-lines packages/docs/site/docs/main/intro.md packages/docs/site/i18n/ja/docusaurus-plugin-content-docs/current/main/intro.md
Entire main folder
diff -y --suppress-common-lines -r packages/docs/site/docs/main/ packages/docs/site/i18n/ja/docusaurus-plugin-content-docs/current/main/
Related #1798
Remaining translation pages
main
- about
- build.md
- index.md
- launch.md
- test.md
- contributing
- code.md Add Japanese translations to Code contributions #2218
- coding-standards.md Add Japanese translations to Coding principles #2219
- contributor-day.md Add Japanese translations to WordCamp Contributor Day #2246
- documentation.md
- translations.md contributing/translations Adding Japanese translations and adjusting intro.md #2201
- guides
- for-plugin-developers.md Add Japanese translations to Playground for Plugin Developers #2210
- for-theme-developers.md Add Japanese translations to Playground for Theme Developers #2211
- index.md Add Japanese translations to Playground Guides #2209
- providing-content-for-your-demo.md Add Japanese translations to Providing content for your demo with Playground #2213
- wordpress-native-ios-app.md Add Japanese translations to Playground in native iOS apps #2214
- intro.md Add a Japanese Playground Docs translation. #2198
- quick-start-guide.md Add Japanese translations to Quick Start Guide page #2204
- resources.md Add Japanese translations to Links and Resources #2207
- web-instance.md Add Japanese translations to Playground web instance #2208