diff options
Diffstat (limited to 'babel.cfg')
| -rw-r--r-- | babel.cfg | 13 |
1 files changed, 11 insertions, 2 deletions
@@ -1,7 +1,16 @@ [python: youtube/**.py] -keywords = lazy_gettext:1,2 _l:1,2 +encoding = utf-8 +keywords = lazy_gettext _l _ + [python: server.py] +encoding = utf-8 +keywords = _ + [python: settings.py] +encoding = utf-8 +keywords = _ + [jinja2: youtube/templates/**.html] -extensions=jinja2.ext.i18n encoding = utf-8 +extensions=jinja2.ext.i18n +silent=false |
