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'