Set up fork-based translation with /doc-locale/ja-jp directory in forked charts/gitlab project
Overview
Implement automated translation workflow for the /tech-docs-forked-projects/prod/gitlab-chart project documentation using Argo automation. This is part of a broader initiative to enable fork-based translation across all GitLab documentation projects.
Implementation
- Add
argo_translation.ymlconfiguration file to the Chart production fork, with configured source and target languages, translation request key (e.g.GITTECH), labels for translation MRs (e.g.gitlab-translation-service), and/docs-locale/ja-jp/**as the target directory for translated content - Merge the configuration MR into
main-translationbranch - This configuration will trigger Argo to send the file for translation to Phrase TMS
- GitLab Argo Bot will return the translated file as a merge request (Translation MR), creating the
/doc-locale/ja-jp/directory structure in our production fork🎉
Edited by Oleksandr Pysaryuk