From de7e39a332b9e213ff1969a5cbba35c90619745a Mon Sep 17 00:00:00 2001 From: xmflsct Date: Sat, 25 Feb 2023 16:55:42 +0100 Subject: [PATCH] Update Crowdin configuration file --- crowdin.yml | 13 ++++--------- 1 file changed, 4 insertions(+), 9 deletions(-) diff --git a/crowdin.yml b/crowdin.yml index 061efd79..986b2bd0 100644 --- a/crowdin.yml +++ b/crowdin.yml @@ -1,10 +1,5 @@ -# 'preserve_hierarchy': true - files: - [ - { - 'source': '/src/i18n/en/**/*.json', - 'translation': '/src/i18n/%osx_locale%/**/%original_file_name%', - 'ignore': ['*.ts'], - }, - ] + - source: /src/i18n/en/**/*.json + translation: /src/i18n/%osx_locale%/**/%original_file_name% + ignore: + - '*.ts'