Skip to content

Commit ff7bd3b

Browse files
Lauren BarkerRavlen
authored andcommitted
Add argo_translation.yml for continous translation
1 parent 28ca0bc commit ff7bd3b

File tree

2 files changed

+13
-0
lines changed

2 files changed

+13
-0
lines changed

.gitlab/CODEOWNERS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,4 @@
1414
## Localization
1515
[Localization Team] @gitlab-com/localization/maintainers
1616
/docs-locale/**
17+
/argo_translation.yml

argo_translation.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)