Skip to content

Add Japanese translation as tutorial_ja/ mirror#21

Open
turabe777 wants to merge 1 commit into
openhackathons-org:mainfrom
turabe777:add-japanese-translation
Open

Add Japanese translation as tutorial_ja/ mirror#21
turabe777 wants to merge 1 commit into
openhackathons-org:mainfrom
turabe777:add-japanese-translation

Conversation

@turabe777
Copy link
Copy Markdown

Summary

Adds a Japanese translation under tutorial_ja/ as a self-contained mirror of
tutorial/.

Directory layout

tutorial/ # existing English (untouched)
tutorial_ja/ # new Japanese mirror
├── jupyter_notebook/ # 10 *_ja.ipynb
├── images/ # duplicated (~3.1 MB)
├── skills_ref/ # duplicated (~32 KB)
└── data/ # duplicated (~84 KB)

Why a full mirror

  • Zero changes to tutorial/ — no risk to the English version.
  • Self-contained relative pathsimages/..., ../data/...,
    skills_ref/... resolve identically to the English version. Works on clone with
    no link rewrites.
  • Easy to remove or extend — future locales (e.g. tutorial_ko/) can follow
    the same pattern.

Trade-off: ~3.5 MB of duplicated assets

Mostly images/ PNGs, plus byte-identical skills_ref/ Python files. I chose
duplication over relative ../tutorial/images/... links to keep the tree
self-contained. Happy to switch to symlinks if preferred.

Signed-off-by: turabe777 <turabe@nvidia.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant