aboutsummaryrefslogtreecommitdiffstats
path: root/babel.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'babel.cfg')
-rw-r--r--babel.cfg7
1 files changed, 7 insertions, 0 deletions
diff --git a/babel.cfg b/babel.cfg
new file mode 100644
index 0000000..5498f91
--- /dev/null
+++ b/babel.cfg
@@ -0,0 +1,7 @@
+[python: youtube/**.py]
+keywords = lazy_gettext:1,2 _l:1,2
+[python: server.py]
+[python: settings.py]
+[jinja2: youtube/templates/**.html]
+extensions=jinja2.ext.i18n
+encoding = utf-8