-
Notifications
You must be signed in to change notification settings - Fork 146
Expand file tree
/
Copy pathargo_translation.yml
More file actions
28 lines (27 loc) · 1.03 KB
/
argo_translation.yml
File metadata and controls
28 lines (27 loc) · 1.03 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
source_language: en-us
target_languages: [fr-fr, ja-jp, ko-kr]
argo_request_key: GITTECH
translation_mr_labels: [gitlab-translation-service]
translation_mr_branch_name: docs-i18n/
components:
- name: Technical Documentation
create_request: false
paths:
- source: 'doc/**/*.md'
target: 'doc-locale/{{language}}/'
ignored_paths:
- 'doc/.*/**'
- 'doc/development/**'
# Redirects: See Redirects component for more info
- 'doc/installation/_index.md'
- 'doc/_index.md'
# Redirects list generated 2025-10-31
# This list contains all Redirects files. It is auto generated through the monthly maintenance tasks.
# See https://gitlab.com/gitlab-com/localization/docs-site-localization/-/blob/main/.gitlab/issue_templates/monthly-maintenance-tasks.md
- name: Redirects
create_request: false
paths:
- source: 'doc/installation/_index.md'
target: 'doc-locale/{{language}}/installation/_index.md'
- source: 'doc/_index.md'
target: 'doc-locale/{{language}}/_index.md'