forked from DataDog/documentation
-
Notifications
You must be signed in to change notification settings - Fork 0
/
translate.yaml
46 lines (46 loc) · 1.03 KB
/
translate.yaml
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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
---
enabled: true
enabled_send: true
enabled_receive: true
transifex:
org: 'datadog'
project_slug: 'documentation_loc'
user: 'api'
sources:
- src: "content/**/*.md"
dst: "*.{lang}.md"
- src: "data/partials/*.yaml"
dst: "*.{lang}.yaml"
- src: "data/service_checks/*.json"
dst: "*.{lang}.json"
- src: "i18n/en.json"
dst: "{lang}.json"
ignores:
- "content/**/faq/*.md"
- "**/*.fr.md"
- "**/*.fr.yaml"
- "**/*.fr.json"
- "**/fr.json"
filters:
- src: "data/integrations/*.yaml"
template: ".translate/templates/integrations.yaml"
langs:
- lang_country: "fr_FR"
lang: "fr"
- lang_country: "ja"
lang: "ja"
github:
org: 'DataDog'
repo: 'documentation'
branch_from: 'master'
commit_message: 'Adding translations'
pr_to: 'master'
pr_title: 'Translation PR'
pr_body: 'This is an automated PR created by the scheduled translation task pulling the latest translated files'
pr_labels:
- "Architecture"
reviewers:
- name: 'David Jones'
github_user: 'davidejones'
slack_user: 'david.jones'
- github_user: 'l0k0ms'