Skip to content

Commit

Permalink
Merge pull request #353 from tkoyama010/ja
Browse files Browse the repository at this point in the history
docs: preparing the Translation Files for Japanese
  • Loading branch information
flpm authored Aug 7, 2024
2 parents 325c4d8 + 9f39197 commit 0786310
Show file tree
Hide file tree
Showing 8 changed files with 16,020 additions and 1 deletion.
435 changes: 435 additions & 0 deletions locales/ja/LC_MESSAGES/CONTRIBUTING.po

Large diffs are not rendered by default.

717 changes: 717 additions & 0 deletions locales/ja/LC_MESSAGES/TRANSLATING.po

Large diffs are not rendered by default.

2,545 changes: 2,545 additions & 0 deletions locales/ja/LC_MESSAGES/documentation.po

Large diffs are not rendered by default.

483 changes: 483 additions & 0 deletions locales/ja/LC_MESSAGES/index.po

Large diffs are not rendered by default.

5,301 changes: 5,301 additions & 0 deletions locales/ja/LC_MESSAGES/package-structure-code.po

Large diffs are not rendered by default.

1,002 changes: 1,002 additions & 0 deletions locales/ja/LC_MESSAGES/tests.po

Large diffs are not rendered by default.

5,536 changes: 5,536 additions & 0 deletions locales/ja/LC_MESSAGES/tutorials.po

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion noxfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
## Localization options (translations)

# List of languages for which locales will be generated in (/locales/<lang>)
LANGUAGES = ["es"]
LANGUAGES = ["es", "ja"]

# List of languages that should be built when releasing the guide (docs or docs-test sessions)
RELEASE_LANGUAGES = []
Expand Down

0 comments on commit 0786310

Please sign in to comment.