diff options
| author | James Elliott <james-d-elliott@users.noreply.github.com> | 2022-05-16 11:34:36 +1000 | 
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-05-16 11:34:36 +1000 | 
| commit | 701e7ca502c991c1d93466816489196e99a25e7c (patch) | |
| tree | 4af64449f46ac5682da9cf3b2ae2af17d0b334d5 | |
| parent | 129e23f7524d578cd8ac944b3da49e3e1687d18b (diff) | |
ci: crowdin remove base (#3377)
| -rw-r--r-- | crowdin.yml | 6 | 
1 files changed, 2 insertions, 4 deletions
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  ...  | 
