Fix i18n: messages on sphinxmessages.sty_t are not extracted

This commit is contained in:
Takeshi KOMIYA 2019-03-29 01:08:23 +09:00
parent 4cfcef6513
commit b2a8ffc767
3 changed files with 258 additions and 231 deletions

View File

@ -16,6 +16,8 @@ Features added
Bugs fixed
----------
* LaTeX: some system labels are not translated
Testing
--------

View File

@ -14,6 +14,13 @@ variable_end_string = %>
block_start_string = <%
block_end_string = %>
# Extraction from Jinja2 template files
[jinja2: **/templates/latex/**.sty_t]
variable_start_string = <%=
variable_end_string = %>
block_start_string = <%
block_end_string = %>
# Extraction from Jinja2 HTML templates
[jinja2: **/themes/**.html]
encoding = utf-8

File diff suppressed because it is too large Load Diff