We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb7f0ef commit 72f873cCopy full SHA for 72f873c
scripts/remove-msgid.sh
@@ -61,3 +61,7 @@ remove_msgid library/sys.pot '^Raises an :ref:`auditing event <auditing>` ``sys
61
# "object" is too common, and should not be translated in this case.
62
# Remove to avoid incorrect translation.
63
remove_msgid library/string.templatelib.pot '^object$'
64
+
65
+# This is an include of the complete Python Grammar, it is very long and is
66
+# modified very frequently.
67
+remove_msgid reference/grammar.pot '# ========================= START OF THE GRAMMAR ========================='
0 commit comments