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 b82086a commit e6174deCopy full SHA for e6174de
scripts/remove-msgid.sh
@@ -52,3 +52,7 @@ remove_msgid reference/lexical_analysis.pot '^\\N$'
52
# Fixed via https://github.com/python/cpython/pull/19470
53
remove_msgid c-api/sys.pot '^Raises an :ref:`auditing event <auditing>` ``sys.addaudithook`` with no arguments.$'
54
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