mirror of
https://github.com/frappe/erpnext.git
synced 2026-02-12 17:23:38 +00:00
* ci: fix language code mapping Keys are expected to be not the locale_with_underscore but the codes according to https://support.crowdin.com/developer/language-codes/ * chore: remove redundant translation files
28 lines
592 B
YAML
28 lines
592 B
YAML
files:
|
|
- source: /erpnext/locale/main.pot
|
|
translation: /erpnext/locale/%locale_with_underscore%.po
|
|
pull_request_title: "fix: sync translations from crowdin"
|
|
pull_request_labels:
|
|
- translation
|
|
pull_request_reviewers:
|
|
- barredterra # change to your GitHub username if you copied this file
|
|
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
|