Skip to content

Commit

Permalink
Added improvements about i18n for themes "basic", "haiku" and "scroll…
Browse files Browse the repository at this point in the history
…s" that Sphinx built-in. Closes sphinx-doc#1120
  • Loading branch information
macagua committed Mar 4, 2013
1 parent 35c44b6 commit c215cae
Show file tree
Hide file tree
Showing 10 changed files with 204 additions and 122 deletions.
17 changes: 17 additions & 0 deletions babel.cfg
Original file line number Diff line number Diff line change
@@ -1,4 +1,21 @@
# How setup this file
# http://babel.edgewall.org/wiki/Documentation/setup.html
# this file description:
# http://babel.edgewall.org/wiki/Documentation/messages.html#extraction-method-mapping-and-configuration

# Extraction from Python source files
[python: **.py]
encoding = utf-8

# Extraction from Jinja2 HTML templates
[jinja2: **/themes/**.html]
encoding = utf-8
ignore_tags = script,style
include_attrs = alt title summary

# Extraction from Jinja2 XML templates
[jinja2: **/themes/**.xml]

# Extraction from JavaScript files
[javascript: **.js]
[javascript: **.js_t]
Loading

0 comments on commit c215cae

Please sign in to comment.