From ddf07e7f1486b195bc337a3035f6852980a4d3d7 Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Fri, 21 Jan 2011 02:43:02 -0500 Subject: - Add (minimal) documentation about using I18N within Mako templates to "Internationalization and Localization" narrative chapter. --- docs/narr/i18n.rst | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'docs') diff --git a/docs/narr/i18n.rst b/docs/narr/i18n.rst index 83973a17e..02e7dba64 100644 --- a/docs/narr/i18n.rst +++ b/docs/narr/i18n.rst @@ -735,6 +735,13 @@ this support out of the box and may need special code to do an equivalent. For those, you can always use the more manual translation facility described in :ref:`performing_a_translation`. +Mako Pyramid I18N Support +------------------------- + +See `Alexandre Bourget's blog entry +`_ +to add idiomatic I18N support to :term:`Mako` templates. + .. index:: single: localization deployment settings single: default_locale_name -- cgit v1.2.3