diff --git a/crowdin.yml b/crowdin.yml index e5092ba2c..f0a71e1f5 100644 --- a/crowdin.yml +++ b/crowdin.yml @@ -2,10 +2,8 @@ pull_request_title: "i18n: update translations" commit_message: "i18n: update %two_letters_code% translation for %original_file_name%" append_commit_message: false -base_path: /internal/server/locales files: - - source: /en/* - translation: /%two_letters_code%/%original_file_name% - skip_untranslated_strings: true + - source: /internal/server/locales/en/* + translation: /internal/server/locales/%two_letters_code%/%original_file_name% skip_untranslated_files: true ...