From e5150df8a579333b415bf5bc84df29e2843779a4 Mon Sep 17 00:00:00 2001 From: "stirlingbot[bot]" <195170888+stirlingbot[bot]@users.noreply.github.com> Date: Fri, 6 Feb 2026 11:20:54 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=A4=96=20format=20everything=20with=20pre?= =?UTF-8?q?-commit=20by=20stirlingbot=20(#5667)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Auto-generated by [create-pull-request][1] with **stirlingbot** [1]: https://github.com/peter-evans/create-pull-request Signed-off-by: stirlingbot[bot] Co-authored-by: stirlingbot[bot] <195170888+stirlingbot[bot]@users.noreply.github.com> --- .github/scripts/check_language_toml.py | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/.github/scripts/check_language_toml.py b/.github/scripts/check_language_toml.py index 716497197..2afa27c22 100644 --- a/.github/scripts/check_language_toml.py +++ b/.github/scripts/check_language_toml.py @@ -261,7 +261,9 @@ def check_for_differences(reference_file, file_list, branch, actor): ) report.append("") report.append(" Use the following command to remove them:") - report.append(f" `python scripts/translations/translation_merger.py {locale_dir} remove-unused`") + report.append( + f" `python scripts/translations/translation_merger.py {locale_dir} remove-unused`" + ) report.append("") if extra_keys_list: report.append( @@ -269,11 +271,15 @@ def check_for_differences(reference_file, file_list, branch, actor): ) report.append("") report.append(" Use the following command to add them:") - report.append(f" `python scripts/translations/translation_merger.py {locale_dir} add-missing`") + report.append( + f" `python scripts/translations/translation_merger.py {locale_dir} add-missing`" + ) report.append("") if missing_keys_list or extra_keys_list: - report.append(" See: https://github.com/Stirling-Tools/Stirling-PDF/tree/main/scripts/translations#2-translation_mergerpy") + report.append( + " See: https://github.com/Stirling-Tools/Stirling-PDF/tree/main/scripts/translations#2-translation_mergerpy" + ) else: report.append("2. **Test Status:** ✅ **_Passed_**")