From 867ef107364a18737db5bba324806d18ad634498 Mon Sep 17 00:00:00 2001 From: Dirk Hohndel Date: Sat, 18 Feb 2023 19:19:16 -0800 Subject: [PATCH] build-system: attempt to fix transifex.yml syntax Annoyingly I seem to only work with this if it's in the master branch. Signed-off-by: Dirk Hohndel --- transifex.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/transifex.yml b/transifex.yml index a1459f9de..6ba843712 100644 --- a/transifex.yml +++ b/transifex.yml @@ -1,7 +1,7 @@ -git +git: filters: - filter_type: file - source_language: en + file_format: QT source_file: translations/subsurface_source.ts - translation_files_expression: translations/subsurface_.ts - file_format: Qt + source_language: en + translation_files_expression: 'translations/subsurface_.ts'