ci: crowdin remove base (#3377)

pull/3378/head
James Elliott 2022-05-16 11:34:36 +10:00 committed by GitHub
parent 129e23f752
commit 701e7ca502
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 4 deletions

View File

@ -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
...