From 513ad2342ed7cc726efed812ad0249d0e12f102a Mon Sep 17 00:00:00 2001 From: DonLakeFlyer Date: Fri, 29 May 2020 12:59:41 -0700 Subject: [PATCH] Update crowdin yaml config file --- crowdin.yml | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/crowdin.yml b/crowdin.yml index b1838c5..090f00c 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" + }, +]