diff --git a/.translate/templates/integrations.yaml b/.translate/templates/integrations.yaml new file mode 100644 index 0000000000000..9b50924189dfc --- /dev/null +++ b/.translate/templates/integrations.yaml @@ -0,0 +1,2 @@ +__any__: +- description: this can be any value diff --git a/.translate/templates/service_checks.json b/.translate/templates/service_checks.json new file mode 100644 index 0000000000000..2724669ea3919 --- /dev/null +++ b/.translate/templates/service_checks.json @@ -0,0 +1,5 @@ +[ + { + "description": "this can be any value" + } +] \ No newline at end of file diff --git a/translate.yaml b/translate.yaml index 797c6f949f16e..c143697cdaf94 100644 --- a/translate.yaml +++ b/translate.yaml @@ -20,6 +20,9 @@ ignores: - "**/*.fr.yaml" - "**/*.fr.json" - "**/fr.json" +filters: +- src: "data/integrations/*.yaml" + template: ".translate/templates/integrations.yaml" langs: - lang_country: "fr_FR" lang: "fr"