From 885390c1cf8cf601c40a3bda06fc88d87aa71cc0 Mon Sep 17 00:00:00 2001 From: barredterra <14891507+barredterra@users.noreply.github.com> Date: Tue, 11 Mar 2025 01:34:01 +0100 Subject: [PATCH] chore: fix file naming for Crowdin integration --- crowdin.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crowdin.yml b/crowdin.yml index ca4980116d..191755ea57 100644 --- a/crowdin.yml +++ b/crowdin.yml @@ -1,6 +1,6 @@ files: - source: /frappe/locale/main.pot - translation: /frappe/locale/%two_letters_code%.po + translation: /frappe/locale/%locale_with_underscore%.po pull_request_title: "fix: sync translations from crowdin" pull_request_labels: - translation