forked from DataDog/documentation
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtranslate.yaml
More file actions
66 lines (66 loc) · 2.8 KB
/
Copy pathtranslate.yaml
File metadata and controls
66 lines (66 loc) · 2.8 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
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
60
61
62
63
64
65
66
---
phrase:
ignores:
- "hugo/content/en/observability_pipelines/legacy/*.md"
- "hugo/content/en/**/faq/*.md"
- "hugo/content/en/security/default_rules/*.md"
- "hugo/content/en/security/cspm/custom_rules/*.md"
- "hugo/content/en/infrastructure/resource_catalog/*.md"
- "hugo/content/en/integrations/rapdev_services.md"
- "hugo/content/en/service_management/workflows/actions_catalog/*.md"
- "hugo/content/en/security/code_security/static_analysis/static_analysis_rules/**/*.md"
- "hugo/content/en/security/code_security/iac_security/iac_rules/**/*.md"
- "hugo/content/en/api/v1/**/*.md"
- "hugo/content/en/api/v2/**/*.md"
- "hugo/config/_default/menus/menus.en.yaml"
- "hugo/layouts/shortcodes/**/*[!.en].md"
- "**/*.mdoc.md"
- "**/*.fr.md"
- "**/*.fr.yaml"
- "**/*.fr.json"
- "**/fr.json"
- "**/*.ja.md"
- "**/*.ja.yaml"
- "**/*.ja.json"
- "**/ja.json"
- "**/*.ko.md"
- "**/*.ko.yaml"
- "**/*.ko.json"
- "**/ko.json"
- "**/*.es.md"
- "**/*.es.yaml"
- "**/*.es.json"
- "**/es.json"
sources:
- src: "hugo/content/en/**/*.md"
dst: "hugo/content/{lang}/**/*.md"
- src: "hugo/content/en/**/*.ast.json"
dst: "hugo/content/{lang}/**/*.ast.json"
- src: "hugo/data/api/**/translate_actions.json"
dst: "hugo/data/api/**/translate_actions.{lang}.json"
- src: "hugo/data/api/**/translate_tags.json"
dst: "hugo/data/api/**/translate_tags.{lang}.json"
- src: "hugo/data/partials/*.yaml"
dst: "hugo/data/partials/*.{lang}.yaml"
- src: "shared/i18n/en.json"
dst: "shared/i18n/{lang}.json"
- src: "hugo/layouts/shortcodes/**/*.en.md"
dst: "hugo/layouts/shortcodes/**/*.{lang}.md"
- src: "hugo/layouts/shortcodes/mdoc/en/**/*.ast.json"
dst: "hugo/layouts/shortcodes/mdoc/{lang}/**/*.ast.json"
- src: "hugo/config/_default/params.en.yaml"
dst: "hugo/config/_default/params.{lang}.yaml"
- src: "hugo/config/_default/menus/main.en.yaml"
dst: "hugo/config/_default/menus/main.{lang}.yaml"
- src: "hugo/config/_default/menus/api.en.yaml"
dst: "hugo/config/_default/menus/api.{lang}.yaml"
- src: "hugo/customization_config/en/**/*.yaml"
dst: "hugo/customization_config/{lang}/**/*.yaml"
- src: "hugo/content/en/agent/faq/agent_v6_changes.md"
dst: "hugo/content/{lang}/agent/faq/agent_v6_changes.md"
- src: "hugo/content/en/agent/faq/certificate_verify_failed-error.md"
dst: "hugo/content/{lang}/agent/faq/certificate_verify_failed-error.md"
- src: "hugo/content/en/workflows/actions_catalog/_index.md"
dst: "hugo/content/{lang}/workflows/actions_catalog/_index.md"
- src: "hugo/content/en/workflows/actions_catalog/generic_actions.md"
dst: "hugo/content/{lang}/workflows/actions_catalog/generic_actions.md"