diff options
| author | Michael Merickel <michael@merickel.org> | 2016-02-22 21:36:00 -0600 |
|---|---|---|
| committer | Michael Merickel <michael@merickel.org> | 2016-02-22 21:36:00 -0600 |
| commit | 605a6eb8ca75caa27ea6cb445624628d99bf2c0b (patch) | |
| tree | 6df997a45a234d7ac6c0898d0a8a1cfdebfb76f0 /docs/narr | |
| parent | 252fa52ee7628253dfec7636f4e55b8124efea2a (diff) | |
| parent | aa6e5fe4f1190e6df123e3f6ccde9deb789eb344 (diff) | |
| download | pyramid-605a6eb8ca75caa27ea6cb445624628d99bf2c0b.tar.gz pyramid-605a6eb8ca75caa27ea6cb445624628d99bf2c0b.tar.bz2 pyramid-605a6eb8ca75caa27ea6cb445624628d99bf2c0b.zip | |
Merge branch 'master' into feature.invoke_exception_view
Diffstat (limited to 'docs/narr')
| -rw-r--r-- | docs/narr/i18n.rst | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/narr/i18n.rst b/docs/narr/i18n.rst index ecc48aa2b..839a48df4 100644 --- a/docs/narr/i18n.rst +++ b/docs/narr/i18n.rst @@ -585,10 +585,10 @@ Performing Date Formatting and Currency Formatting :app:`Pyramid` does not itself perform date and currency formatting for different locales. However, :term:`Babel` can help you do this via the :class:`babel.core.Locale` class. The `Babel documentation for this class -<http://babel.edgewall.org/wiki/ApiDocs/babel.core#babel.core:Locale>`_ -provides minimal information about how to perform date and currency related -locale operations. See :ref:`installing_babel` for information about how to -install Babel. +<http://babel.pocoo.org/en/latest/api/core.html#basic-interface>`_ provides +minimal information about how to perform date and currency related locale +operations. See :ref:`installing_babel` for information about how to install +Babel. The :class:`babel.core.Locale` class requires a :term:`locale name` as an argument to its constructor. You can use :app:`Pyramid` APIs to obtain the |
