fix a typo in docs/templates.rst
This commit is contained in:
parent
058e059662
commit
8a90b760a8
@ -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.
|
||||
|
||||
Loading…
Reference in New Issue
Block a user