Add i18n support, thanks to Horst Gutmann.

This commit is contained in:
Georg Brandl
2008-08-08 10:54:00 +00:00
parent f706ce0d40
commit a7cfb52ab6
26 changed files with 794 additions and 98 deletions

View File

@@ -5,3 +5,15 @@ tag_date = true
[aliases]
release = egg_info -RDb ''
[extract_messages]
mapping_file = babel.cfg
output_file = sphinx/locale/sphinx.pot
[update_catalog]
input_file = sphinx/locale/sphinx.pot
domain = sphinx
output_dir = sphinx/locale/
[compile_catalog]
domain = sphinx
directory = sphinx/locale/