Files
yt-local/babel.cfg
2026-04-05 17:43:01 -05:00

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