Skip to content

Commit e6174de

Browse files
authored
Add entry to remove-msgid.sh
1 parent b82086a commit e6174de

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

scripts/remove-msgid.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,3 +52,7 @@ remove_msgid reference/lexical_analysis.pot '^\\N$'
5252
# Fixed via https://github.com/python/cpython/pull/19470
5353
remove_msgid c-api/sys.pot '^Raises an :ref:`auditing event <auditing>` ``sys.addaudithook`` with no arguments.$'
5454
remove_msgid library/sys.pot '^Raises an :ref:`auditing event <auditing>` ``sys.addaudithook`` with no arguments.$'
55+
56+
# "Object" is too common Word, and should not be translated in this case.
57+
# Remove to avoid incorrect translation.
58+
remove_msgid library/string.templatelib.pot '^object$"

0 commit comments

Comments
 (0)