Kaydet (Commit) 5b3e7e9c authored tarafından Georg Brandl's avatar Georg Brandl

#6593: fix link targets.

üst 3e5b027a
...@@ -208,10 +208,10 @@ the built-in namespace as the function :func:`_`. ...@@ -208,10 +208,10 @@ the built-in namespace as the function :func:`_`.
This installs the function :func:`_` in Python's builtins namespace, based on This installs the function :func:`_` in Python's builtins namespace, based on
*domain*, *localedir*, and *codeset* which are passed to the function *domain*, *localedir*, and *codeset* which are passed to the function
:func:`translation`. The *unicode* flag is passed to the resulting translation :func:`translation`. The *unicode* flag is passed to the resulting translation
object's :meth:`install` method. object's :meth:`~NullTranslations.install` method.
For the *names* parameter, please see the description of the translation For the *names* parameter, please see the description of the translation
object's :meth:`install` method. object's :meth:`~NullTranslations.install` method.
As seen below, you usually mark the strings in your application that are As seen below, you usually mark the strings in your application that are
candidates for translation, by wrapping them in a call to the :func:`_` candidates for translation, by wrapping them in a call to the :func:`_`
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment