17 lines
268 B
INI
17 lines
268 B
INI
[python: youtube/**.py]
|
|
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]
|
|
encoding = utf-8
|
|
extensions=jinja2.ext.i18n
|
|
silent=false
|