diff --git a/crowdin.yml b/crowdin.yml index 090f00c..cd3a7c1 100644 --- a/crowdin.yml +++ b/crowdin.yml @@ -1,10 +1,5 @@ -"files": [ - { - "source": "/translations/qgc.ts", - "translation": "/translations/qgc_%locale_with_underscore%.ts" - }, - { - "source": "/translations/qgc-json.ts", - "translation": "/translations/qgc_%locale_with_underscore%.ts" - }, -] +files: + - source: /translations/qgc.ts + translation: /translations/qgc_%locale_with_underscore%.ts + - source: /translations/qgc-json.ts + translation: /translations/qgc_%locale_with_underscore%.ts