summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorMariusz Felisiak <felisiak.mariusz@gmail.com>2020-04-28 10:07:34 +0200
committerMariusz Felisiak <felisiak.mariusz@gmail.com>2020-04-28 10:08:27 +0200
commitc91c4b326bcedf577337bb49c1173c99ac0b5871 (patch)
treeb40a54fb5fe53bc3cdfbf77104c5f03df717faf6 /docs
parent04bc3577eddef6bef52d440f4f53877bcae264c5 (diff)
[3.0.x] Fixed typo in docs/topics/i18n/translation.txt.
Thanks durey for the report. Backport of dd3dcd28402b7c9cc7bfd24d3e026db751ca4dfd from master
Diffstat (limited to 'docs')
-rw-r--r--docs/topics/i18n/translation.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/topics/i18n/translation.txt b/docs/topics/i18n/translation.txt
index 7220d13009..f29da625de 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``)