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 5e1c141 commit ed18e89Copy full SHA for ed18e89
doc/developers.txt
@@ -200,7 +200,7 @@ Sometimes translatable strings appear in the source code in untranslated
200
form [#note_admin.py]_ and must be translated elsewhere.
201
Example::
202
203
- for meal in ("spam", "egg", "beacon"):
+ for meal in ("spam", "egg", "bacon"):
204
print(_(meal))
205
206
In such cases, strings must be marked for translation without actual
0 commit comments