ci: crowdin fix commit message (#3373)

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

View File

@ -1,8 +1,11 @@
---
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: /internal/server/locales/en/*
translation: /internal/server/locales/%two_letters_code%/%original_file_name%
- source: /en/*
translation: /%two_letters_code%/%original_file_name%
skip_untranslated_strings: true
skip_untranslated_files: true
...