We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4245145 + ff7bd3b commit 5428fcbCopy full SHA for 5428fcb
.gitlab/CODEOWNERS
@@ -14,3 +14,4 @@
14
## Localization
15
[Localization Team] @gitlab-com/localization/maintainers
16
/docs-locale/**
17
+/argo_translation.yml
argo_translation.yml
@@ -0,0 +1,12 @@
1
+source_language: en-us
2
+target_languages: [ja-jp]
3
+argo_request_key: GITTECH
4
+translation_mr_labels: [gitlab-translation-service]
5
+components:
6
+ - name: Technical Documentation
7
+ create_request: false
8
+ paths:
9
+ - source: "docs/**/*.md"
10
+ target: "docs-locale/{{language}}/"
11
+ ignored_paths:
12
+ - "docs/.*/**"
0 commit comments