mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-26 00:14:50 +00:00
ci: fix language code mapping (#46692)
* 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
This commit is contained in:
29
crowdin.yml
29
crowdin.yml
@@ -10,17 +10,18 @@ commit_message: "fix: %language% translations"
|
|||||||
append_commit_message: false
|
append_commit_message: false
|
||||||
languages_mapping:
|
languages_mapping:
|
||||||
locale_with_underscore:
|
locale_with_underscore:
|
||||||
ar_SA: ar
|
ar: ar
|
||||||
bs_BA: bs
|
bs: bs
|
||||||
de_DE: de
|
de: de
|
||||||
eo_UY: eo
|
eo: eo
|
||||||
es_ES: es
|
es-ES: es
|
||||||
fa_IR: fa
|
fa: fa
|
||||||
fr_FR: fr
|
fr: fr
|
||||||
hr_HR: hr
|
hr: hr
|
||||||
hu_HU: hu
|
hu: hu
|
||||||
pl_PL: pl
|
pl: pl
|
||||||
ru_RU: ru
|
ru: ru
|
||||||
sv_SE: sv
|
sv-SE: sv
|
||||||
th_TH: th
|
th: th
|
||||||
tr_TR: tr
|
tr: tr
|
||||||
|
zh-CN: zh
|
||||||
|
|||||||
60636
erpnext/locale/pl_PL.po
60636
erpnext/locale/pl_PL.po
File diff suppressed because it is too large
Load Diff
100833
erpnext/locale/pt.po
100833
erpnext/locale/pt.po
File diff suppressed because it is too large
Load Diff
60689
erpnext/locale/zh_CN.po
60689
erpnext/locale/zh_CN.po
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user