summaryrefslogtreecommitdiff
path: root/babel.cfg
diff options
context:
space:
mode:
authorgeorg.brandl <devnull@localhost>2008-08-08 10:54:00 +0000
committergeorg.brandl <devnull@localhost>2008-08-08 10:54:00 +0000
commit57f6c6ef39b89e73511223c5691136b24fc65c0e (patch)
tree1cb54159ced778ff7837e7597cf19935edfad037 /babel.cfg
parent1b414366e5925698d05e0fa94171a021efd7b253 (diff)
downloadsphinx-57f6c6ef39b89e73511223c5691136b24fc65c0e.tar.gz
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 00000000..2018ec7f
--- /dev/null
+++ b/babel.cfg
@@ -0,0 +1,5 @@
+[extractors]
+jinja = sphinx._jinja.babel_extract
+[python: **.py]
+[jinja: **/templates/**.html]
+[jinja: **/templates/**.xml]