Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/sphinx-doc/sphinx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2008-08-08 14:54:00 +0400
committerGeorg Brandl <georg@python.org>2008-08-08 14:54:00 +0400
commita7cfb52ab63c22bc088ff2be519ada378bb3c29e (patch)
tree1cb54159ced778ff7837e7597cf19935edfad037 /babel.cfg
parentf706ce0d40e4a65ab612eae8b767d12c000f5e3a (diff)
Add i18n support, thanks to Horst Gutmann.
Diffstat (limited to 'babel.cfg')
-rw-r--r--babel.cfg5
1 files changed, 5 insertions, 0 deletions
diff --git a/babel.cfg b/babel.cfg
new file mode 100644
index 000000000..2018ec7ff
--- /dev/null
+++ b/babel.cfg
@@ -0,0 +1,5 @@
+[extractors]
+jinja = sphinx._jinja.babel_extract
+[python: **.py]
+[jinja: **/templates/**.html]
+[jinja: **/templates/**.xml]