From b92dff6ee323024cce330bf8a03b6b3085564b41 Mon Sep 17 00:00:00 2001 From: Raffael Meyer <14891507+barredterra@users.noreply.github.com> Date: Tue, 5 Mar 2024 16:27:50 +0100 Subject: [PATCH] chore: update crowdin configuration (#25240) - change PR type to "fix" - add pull request label "translation" - set conventional commit message --- crowdin.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/crowdin.yml b/crowdin.yml index 8e7193d151..ca4980116d 100644 --- a/crowdin.yml +++ b/crowdin.yml @@ -1,4 +1,8 @@ files: - source: /frappe/locale/main.pot translation: /frappe/locale/%two_letters_code%.po -pull_request_title: "chore: sync translations from crowdin" +pull_request_title: "fix: sync translations from crowdin" +pull_request_labels: + - translation +commit_message: "fix: %language% translations" +append_commit_message: false