From 701ca86cc946c40eab9ee113009477a269dbd72c Mon Sep 17 00:00:00 2001 From: xNickyDev Date: Tue, 8 Sep 2026 17:21:09 +0200 Subject: [PATCH 1/2] Update crowdin config --- crowdin.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/crowdin.yml b/crowdin.yml index 41c4c174e0..b7db504025 100644 --- a/crowdin.yml +++ b/crowdin.yml @@ -3,6 +3,8 @@ pull_request_labels: - translations pull_request_assignees: - xNickyDev +commit_message: "New translations %original_file_name% (%language%)" +append_commit_message: false files: - source: /metadata/translations/en.json translation: /metadata/translations/%locale%.json From bcb71b3d0c18ea098940fa0772963e1a73d8ef04 Mon Sep 17 00:00:00 2001 From: xNickyDev Date: Tue, 8 Sep 2026 17:29:51 +0200 Subject: [PATCH 2/2] Fix crowdin workflow --- .github/workflows/crowdin.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/crowdin.yml b/.github/workflows/crowdin.yml index 1781899521..195a91b265 100644 --- a/.github/workflows/crowdin.yml +++ b/.github/workflows/crowdin.yml @@ -110,4 +110,4 @@ jobs: git add $(cat files.txt) git commit -m "Format Crowdin translation exports" - git push \ No newline at end of file + git push origin HEAD:${{ github.event.pull_request.head.ref }} \ No newline at end of file