Skip to content

Feature/text extract #339

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 16 commits into
base: develop
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from 12 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion app/babel_mapping.ini
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# Extraction from Python source files
[python: **.py]

# Extraction from Jinja2 HTML and text templates
# Extraction from Jinja2 HTML and j2 templates
[jinja2: **/templates/**.html]
[jinja2: **/templates/**.j2]
extensions = jinja2.ext.i18n,jinja2.ext.autoescape,jinja2.ext.with_
Binary file modified app/locales/en/LC_MESSAGES/base.mo
Binary file not shown.
Loading