mirror of
https://github.com/python/cpython.git
synced 2025-11-13 07:26:31 +00:00
DOC: Unnecessary plural. (GH-13613)
This commit is contained in:
parent
74d7f76e2c
commit
9ee2c264c3
1 changed files with 1 additions and 1 deletions
|
|
@ -39,7 +39,7 @@ class-based API instead.
|
||||||
Bind the *domain* to the locale directory *localedir*. More concretely,
|
Bind the *domain* to the locale directory *localedir*. More concretely,
|
||||||
:mod:`gettext` will look for binary :file:`.mo` files for the given domain using
|
:mod:`gettext` will look for binary :file:`.mo` files for the given domain using
|
||||||
the path (on Unix): :file:`{localedir}/{language}/LC_MESSAGES/{domain}.mo`, where
|
the path (on Unix): :file:`{localedir}/{language}/LC_MESSAGES/{domain}.mo`, where
|
||||||
*languages* is searched for in the environment variables :envvar:`LANGUAGE`,
|
*language* is searched for in the environment variables :envvar:`LANGUAGE`,
|
||||||
:envvar:`LC_ALL`, :envvar:`LC_MESSAGES`, and :envvar:`LANG` respectively.
|
:envvar:`LC_ALL`, :envvar:`LC_MESSAGES`, and :envvar:`LANG` respectively.
|
||||||
|
|
||||||
If *localedir* is omitted or ``None``, then the current binding for *domain* is
|
If *localedir* is omitted or ``None``, then the current binding for *domain* is
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue