comparison doc/i18n.txt @ 886:9bd255289d75

Set reST MIME type on new loader doc page.
author cmlenz
date Fri, 16 Apr 2010 22:44:29 +0000
parents 80f80f2eec6a
children 148c17f49111
comparison
equal deleted inserted replaced
885:80f80f2eec6a 886:9bd255289d75
2 2
3 ===================================== 3 =====================================
4 Internationalization and Localization 4 Internationalization and Localization
5 ===================================== 5 =====================================
6 6
7 Genshi provides basic supporting infrastructure for internationalizing 7 Genshi provides comprehensive supporting infrastructure for internationalizing
8 and localizing templates. That includes functionality for extracting 8 and localizing templates. That includes functionality for extracting
9 localizable strings from templates, as well as a template filter that can 9 localizable strings from templates, as well as a template filter that can
10 apply translations to templates as they get rendered. 10 apply translations to templates as they get rendered.
11 11
12 This support is based on `gettext`_ message catalogs and the `gettext Python 12 This support is based on `gettext`_ message catalogs and the `gettext Python
Copyright (C) 2012-2017 Edgewall Software