aboutsummaryrefslogtreecommitdiff
path: root/babel.cfg
diff options
context:
space:
mode:
authorCédric Bonhomme <cedric@cedricbonhomme.org>2015-07-06 23:23:46 +0200
committerCédric Bonhomme <cedric@cedricbonhomme.org>2015-07-06 23:23:46 +0200
commit30bb433f3eec2610ce383a843300f5b14cdb6f1c (patch)
treee89cab4b6d3a746f9b222ed8ff7b6f223125cacc /babel.cfg
parentMinor fixes from a quick review. Need to test deeper. (diff)
downloadnewspipe-30bb433f3eec2610ce383a843300f5b14cdb6f1c.tar.gz
newspipe-30bb433f3eec2610ce383a843300f5b14cdb6f1c.tar.bz2
newspipe-30bb433f3eec2610ce383a843300f5b14cdb6f1c.zip
Updated translations.
Diffstat (limited to 'babel.cfg')
-rw-r--r--babel.cfg2
1 files changed, 1 insertions, 1 deletions
diff --git a/babel.cfg b/babel.cfg
index 0cc0baca..f0234b32 100644
--- a/babel.cfg
+++ b/babel.cfg
@@ -1,3 +1,3 @@
[python: **.py]
[jinja2: **/templates/**.html]
-extensions=jinja2.ext.autoescape,jinja2.ext.with_ \ No newline at end of file
+extensions=jinja2.ext.autoescape,jinja2.ext.with_
bgstack15