Procházet zdrojové kódy

Fixed typo in docs/topics/i18n/translation.txt.

Thanks durey for the report.
Mariusz Felisiak před 4 roky
rodič
revize
dd3dcd2840
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      docs/topics/i18n/translation.txt

+ 1 - 1
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``)