Skip to content

Commit

Permalink
update translations to have filterable templates
Browse files Browse the repository at this point in the history
  • Loading branch information
davidejones committed Mar 22, 2018
1 parent 96bb435 commit 303514b
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .translate/templates/integrations.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
__any__:
- description: this can be any value
5 changes: 5 additions & 0 deletions .translate/templates/service_checks.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
[
{
"description": "this can be any value"
}
]
3 changes: 3 additions & 0 deletions translate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 303514b

Please sign in to comment.