mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
Add i18n support, thanks to Horst Gutmann.
This commit is contained in:
12
setup.cfg
12
setup.cfg
@@ -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/
|
||||
|
||||
Reference in New Issue
Block a user