From a461dfe60672c6bb84736301cc698d9bfa47ea67 Mon Sep 17 00:00:00 2001 From: DonLakeFlyer Date: Mon, 24 Aug 2020 08:58:32 -0700 Subject: [PATCH] Generate correct source/json file names --- crowdin.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/crowdin.yml b/crowdin.yml index cd3a7c143..4749c2714 100644 --- a/crowdin.yml +++ b/crowdin.yml @@ -1,5 +1,5 @@ files: - source: /translations/qgc.ts - translation: /translations/qgc_%locale_with_underscore%.ts + translation: /translations/qgc_source_%locale_with_underscore%.ts - source: /translations/qgc-json.ts - translation: /translations/qgc_%locale_with_underscore%.ts + translation: /translations/qgc_json_%locale_with_underscore%.ts -- 2.22.0