From 5caef24335d35f7ede57b3198d21f802dffa271e Mon Sep 17 00:00:00 2001 From: Raffael Meyer <14891507+barredterra@users.noreply.github.com> Date: Tue, 11 Mar 2025 02:03:56 +0100 Subject: [PATCH] chore: fix file naming for Crowdin integration (#46434) --- crowdin.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crowdin.yml b/crowdin.yml index da79a344f60..d807bf545c8 100644 --- a/crowdin.yml +++ b/crowdin.yml @@ -1,6 +1,6 @@ files: - source: /erpnext/locale/main.pot - translation: /erpnext/locale/%two_letters_code%.po + translation: /erpnext/locale/%locale_with_underscore%.po pull_request_title: "fix: sync translations from crowdin" pull_request_labels: - translation