From 018327d29adf774d5446284013eee33d7b09fa51 Mon Sep 17 00:00:00 2001 From: Raffael Meyer <14891507+barredterra@users.noreply.github.com> Date: Mon, 24 Mar 2025 16:03:18 +0100 Subject: [PATCH] ci: invert language mapping (#31879) --- crowdin.yml | 22 +++++----------------- 1 file changed, 5 insertions(+), 17 deletions(-) diff --git a/crowdin.yml b/crowdin.yml index 85b39f85ec..f74265470a 100644 --- a/crowdin.yml +++ b/crowdin.yml @@ -1,26 +1,14 @@ files: - 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_labels: - translation - skip-release-notes +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 + two_letters_code: + pt-BR: pt_BR