From 7f0b463743a7a10c59ad272e657072f890f1893c Mon Sep 17 00:00:00 2001 From: Stan Ulbrych Date: Sun, 21 Sep 2025 11:50:56 +0100 Subject: [PATCH] Commit --- scripts/remove-msgid.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/scripts/remove-msgid.sh b/scripts/remove-msgid.sh index 3d0571dd41f..bb4daf6eae8 100755 --- a/scripts/remove-msgid.sh +++ b/scripts/remove-msgid.sh @@ -61,3 +61,7 @@ remove_msgid library/sys.pot '^Raises an :ref:`auditing event ` ``sys # "object" is too common, and should not be translated in this case. # Remove to avoid incorrect translation. remove_msgid library/string.templatelib.pot '^object$' + +# This is an include of the complete Python Grammar, it is very long and is +# modified very frequently. +remove_msgid reference/grammar.pot '# ========================= START OF THE GRAMMAR ========================='