diff options
| author | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2020-04-28 10:07:34 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-04-28 10:07:34 +0200 |
| commit | dd3dcd28402b7c9cc7bfd24d3e026db751ca4dfd (patch) | |
| tree | 4dfffa4af77cc0b01c271039d65ab1a3a186dcab /docs | |
| parent | 67b334fbaf7cfb0936666ea788d406a55a09754c (diff) | |
Fixed typo in docs/topics/i18n/translation.txt.
Thanks durey for the report.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/topics/i18n/translation.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/topics/i18n/translation.txt b/docs/topics/i18n/translation.txt index eb816c690b..d038dcd2c5 100644 --- a/docs/topics/i18n/translation.txt +++ b/docs/topics/i18n/translation.txt @@ -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``) |
