summaryrefslogtreecommitdiff
path: root/crowdin.yml
diff options
context:
space:
mode:
authorJames Elliott <james-d-elliott@users.noreply.github.com>2022-05-16 11:21:20 +1000
committerGitHub <noreply@github.com>2022-05-16 11:21:20 +1000
commit129e23f7524d578cd8ac944b3da49e3e1687d18b (patch)
tree713de3c1312b4c454b78a65e6a7d0836db446212 /crowdin.yml
parent5dacdd1278f68eb35ff99ff317fa4c38cd799281 (diff)
ci: crowdin fix commit message (#3373)
Diffstat (limited to 'crowdin.yml')
-rw-r--r--crowdin.yml7
1 files changed, 5 insertions, 2 deletions
diff --git a/crowdin.yml b/crowdin.yml
index 9ed55e6ea..e5092ba2c 100644
--- a/crowdin.yml
+++ b/crowdin.yml
@@ -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
...