From 7571a2ab75e346606de2b94cb24deb18584fee92 Mon Sep 17 00:00:00 2001 From: Don Gagne Date: Sat, 30 May 2020 08:16:59 -0700 Subject: [PATCH] Update Crowdin configuration file --- crowdin.yml | 15 +++++---------- 1 file changed, 5 insertions(+), 10 deletions(-) diff --git a/crowdin.yml b/crowdin.yml index 090f00c7f..cd3a7c143 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 -- 2.22.0