Skip to content

Commit

Permalink
[3.0.x] Fixed typo in docs/topics/i18n/translation.txt.
Browse files Browse the repository at this point in the history
Thanks durey for the report.
Backport of dd3dcd2 from master
  • Loading branch information
felixxm committed Apr 28, 2020
1 parent 04bc357 commit c91c4b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/topics/i18n/translation.txt
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ specified with Python's standard named-string interpolation syntax. Example::

This technique lets language-specific translations reorder the placeholder
text. For example, an English translation may be ``"Today is November 26."``,
while a Spanish translation may be ``"Hoy es 26 de Noviembre."`` -- with the
while a Spanish translation may be ``"Hoy es 26 de noviembre."`` -- with the
month and the day placeholders swapped.

For this reason, you should use named-string interpolation (e.g., ``%(day)s``)
Expand Down

0 comments on commit c91c4b3

Please sign in to comment.