Draft: Japanese Documentation
What does this MR do and why?
This MR enables Japanese language support on docs.gitlab.com by updating the Hugo configuration to disable English as the default language and enable Japanese localization.
Changes made:
- Modified
config/_default/hugo.yamlto setdisabled: truefor theen-uslanguage configuration - This change prepares the site infrastructure to support Japanese documentation content
Why this change is needed:
- Expands GitLab documentation accessibility to Japanese-speaking users
- Supports GitLab's internationalization efforts
- Provides foundation for future Japanese content translation work
Screenshots, screen recordings, or links to review app
These are strongly recommended to assist reviewers and reduce the time to merge your change.
How to set up and validate locally
Numbered steps to set up and validate the change are strongly suggested.
- Configure a local GitLab Docs environment.
- Check out this branch.
Merge request acceptance checklist
This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.
-
I have evaluated the MR acceptance checklist for this merge request.