diff --git a/crowdin.yml b/crowdin.yml index b1838c5b943ce59a3cdd64561a548d8dacb5236d..090f00c7f0d9ee1ac7fe5d64edc7aaf75061e08e 100644 --- a/crowdin.yml +++ b/crowdin.yml @@ -1,3 +1,10 @@ -files: - - source: /translations/qgc.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" + }, +]