chore: update crowdin configuration (#25240)

- change PR type to "fix"
- add pull request label "translation"
- set conventional commit message
This commit is contained in:
Raffael Meyer 2024-03-05 16:27:50 +01:00 committed by GitHub
parent eeb6b67ab9
commit b92dff6ee3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,4 +1,8 @@
files: files:
- source: /frappe/locale/main.pot - source: /frappe/locale/main.pot
translation: /frappe/locale/%two_letters_code%.po 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