-
Notifications
You must be signed in to change notification settings - Fork 1.1k
/
translate.yaml
60 lines (56 loc) · 2.16 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
47
48
49
50
51
52
53
54
55
56
57
58
59
---
# New params
receive_enabled: true
sync_enabled: true
# if true, no github or transifex api writes will happen.
# instead logs will be created to simulate results.
sync_dry_run_enabled: false
# These files will be ignored or deleted when syncing with Transifex.
ignores:
- "content/en/observability_pipelines/legacy/*.md"
- "content/en/**/faq/*.md"
- "content/en/security/default_rules/*.md"
- "content/en/security/cspm/custom_rules/*.md"
- "content/en/infrastructure/resource_catalog/*.md"
- "content/en/integrations/rapdev_services.md"
- "content/en/service_management/workflows/actions_catalog/*.md"
- "content/en/code_analysis/static_analysis_rules/**/*.md"
- "content/en/api/v1/**/*.md"
- "content/en/api/v2/**/*.md"
- "config/_default/menus/menus.en.yaml"
- "**/*.fr.md"
- "**/*.fr.yaml"
- "**/*.fr.json"
- "**/fr.json"
- "**/*.ja.md"
- "**/*.ja.yaml"
- "**/*.ja.json"
- "**/ja.json"
# These files will be uploaded to Transifex for translation when syncing.
sources:
- src: "content/en/**/*.md"
dst: "content/{lang}/**/*.md"
- src: "data/api/**/translate_actions.json"
dst: "data/api/**/translate_actions.{lang}.json"
- src: "data/api/**/translate_tags.json"
dst: "data/api/**/translate_tags.{lang}.json"
- src: "data/partials/*.yaml"
dst: "data/partials/*.{lang}.yaml"
- src: "i18n/en.json"
dst: "i18n/{lang}.json"
- src: "layouts/shortcodes/**/*.en.md"
dst: "layouts/shortcodes/**/*.{lang}.md"
- src: "config/_default/params.en.yaml"
dst: "config/_default/params.{lang}.yaml"
- src: "config/_default/menus/main.en.yaml"
dst: "config/_default/menus/main.{lang}.yaml"
- src: "config/_default/menus/api.en.yaml"
dst: "config/_default/menus/api.{lang}.yaml"
- src: "content/en/agent/faq/agent_v6_changes.md"
dst: "content/{lang}/agent/faq/agent_v6_changes.md"
- src: "content/en/agent/faq/certificate_verify_failed-error.md"
dst: "content/{lang}/agent/faq/certificate_verify_failed-error.md"
- src: "content/en/workflows/actions_catalog/_index.md"
dst: "content/{lang}/workflows/actions_catalog/_index.md"
- src: "content/en/workflows/actions_catalog/generic_actions.md"
dst: "content/{lang}/workflows/actions_catalog/generic_actions.md"