From 41f2b136d5e9e780bf6544e03e7cdef7e9d95908 Mon Sep 17 00:00:00 2001 From: barredterra <14891507+barredterra@users.noreply.github.com> Date: Mon, 24 Mar 2025 16:04:17 +0100 Subject: [PATCH] ci: invert language mapping --- crowdin.yml | 20 +++----------------- 1 file changed, 3 insertions(+), 17 deletions(-) diff --git a/crowdin.yml b/crowdin.yml index d0756001923..fba087e5017 100644 --- a/crowdin.yml +++ b/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