Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions scripts/remove-msgid.sh
Original file line number Diff line number Diff line change
Expand Up @@ -61,3 +61,7 @@ remove_msgid library/sys.pot '^Raises an :ref:`auditing event <auditing>` ``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 ========================='