diff --git a/crowdin.yml b/crowdin.yml index 090f00c7f0d9ee1ac7fe5d64edc7aaf75061e08e..cd3a7c14346d7aacb090237da6d57dfef3d1351e 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