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 ========================='