MVC 1 - CI Testing for /doc-locale/ja-jp/
To ensure high-quality localized documentation, we need automated testing specifically for our Japanese translations. Currently, we lack a dedicated CI pipeline to validate Japanese content before it's merged upstream.
Goal
Create a CI pipeline that automatically tests Japanese translations in the /doc-locale/ja-jp/ directory. This pipeline will leverage our localization forks environment to validate content before integration with upstream repositories. This CI can be used as a downstream pipeline when translations are merged upstream.
Potential Test Cases
Success Criteria
- Pipeline successfully detects and reports issues in Japanese translations
- Tests run automatically when relevant files change
- Clear reporting that helps translators and reviewers address problems
- Reduced regression issues in published Japanese documentation
Related Work
- This builds upon our work to create local directories
- https://gitlab.com/gitlab-com/localization/docs-site-localization/-/issues/102
- Will serve as a model for additional language testing pipelines in the future
Edited by Oleksandr Pysaryuk