ci: crowdin fix commit message (#3373)
parent
5dacdd1278
commit
129e23f752
|
@ -1,8 +1,11 @@
|
||||||
---
|
---
|
||||||
pull_request_title: "i18n: update translations"
|
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:
|
files:
|
||||||
- source: /internal/server/locales/en/*
|
- source: /en/*
|
||||||
translation: /internal/server/locales/%two_letters_code%/%original_file_name%
|
translation: /%two_letters_code%/%original_file_name%
|
||||||
skip_untranslated_strings: true
|
skip_untranslated_strings: true
|
||||||
skip_untranslated_files: true
|
skip_untranslated_files: true
|
||||||
...
|
...
|
||||||
|
|
Loading…
Reference in New Issue