mirror of
https://github.com/frappe/erpnext.git
synced 2026-02-12 17:23:38 +00:00
ci: invert language mapping
This commit is contained in:
20
crowdin.yml
20
crowdin.yml
@@ -1,6 +1,6 @@
|
||||
files:
|
||||
- source: /erpnext/locale/main.pot
|
||||
translation: /erpnext/locale/%locale_with_underscore%.po
|
||||
translation: /erpnext/locale/%two_letters_code%.po
|
||||
pull_request_title: "fix: sync translations from crowdin"
|
||||
pull_request_labels:
|
||||
- translation
|
||||
@@ -9,19 +9,5 @@ pull_request_reviewers:
|
||||
commit_message: "fix: %language% translations"
|
||||
append_commit_message: false
|
||||
languages_mapping:
|
||||
locale_with_underscore:
|
||||
ar: ar
|
||||
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
|
||||
two_letters_code:
|
||||
pt-BR: pt_BR
|
||||
|
||||
Reference in New Issue
Block a user