ci: invert language mapping (#31879)
This commit is contained in:
parent
faedf5bc19
commit
018327d29a
1 changed files with 5 additions and 17 deletions
22
crowdin.yml
22
crowdin.yml
|
|
@ -1,26 +1,14 @@
|
||||||
files:
|
files:
|
||||||
- source: /frappe/locale/main.pot
|
- source: /frappe/locale/main.pot
|
||||||
translation: /frappe/locale/%locale_with_underscore%.po
|
translation: /frappe/locale/%two_letters_code%.po
|
||||||
pull_request_title: "fix: sync translations from crowdin"
|
pull_request_title: "fix: sync translations from crowdin"
|
||||||
pull_request_labels:
|
pull_request_labels:
|
||||||
- translation
|
- translation
|
||||||
- skip-release-notes
|
- skip-release-notes
|
||||||
|
pull_request_reviewers:
|
||||||
|
- barredterra # change to your GitHub username if you copied this file
|
||||||
commit_message: "fix: %language% translations"
|
commit_message: "fix: %language% translations"
|
||||||
append_commit_message: false
|
append_commit_message: false
|
||||||
languages_mapping:
|
languages_mapping:
|
||||||
locale_with_underscore:
|
two_letters_code:
|
||||||
ar: ar
|
pt-BR: pt_BR
|
||||||
bs: bs
|
|
||||||
de: de
|
|
||||||
eo: eo
|
|
||||||
es-ES: es
|
|
||||||
fa: fa
|
|
||||||
fr: fr
|
|
||||||
hr: hr
|
|
||||||
hu: hu
|
|
||||||
pl: pl
|
|
||||||
ru: ru
|
|
||||||
sv-SE: sv
|
|
||||||
th: th
|
|
||||||
tr: tr
|
|
||||||
zh-CN: zh
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue