]> git.ipfire.org Git - thirdparty/jinja.git/commitdiff
fix a typo in docs/templates.rst 1881/head
authorMeng Xiangzhuo <aumo@foxmail.com>
Tue, 29 Aug 2023 05:19:59 +0000 (13:19 +0800)
committerDavid Lord <davidism@gmail.com>
Wed, 18 Dec 2024 16:48:25 +0000 (08:48 -0800)
docs/templates.rst

index 2cb1d7a48ce73b0352a160de7100991e4275506e..aff7e172cdc74ecba29b9cccc884e5af4f9bd1b7 100644 (file)
@@ -1784,7 +1784,7 @@ It's possible to translate strings in expressions with these functions:
 
 -   ``_(message)``: Alias for ``gettext``.
 -   ``gettext(message)``: Translate a message.
--   ``ngettext(singluar, plural, n)``: Translate a singular or plural
+-   ``ngettext(singular, plural, n)``: Translate a singular or plural
     message based on a count variable.
 -   ``pgettext(context, message)``: Like ``gettext()``, but picks the
     translation based on the context string.