Many fixes to i18n

This commit is contained in:
2026-04-05 17:43:01 -05:00
parent f0649be5de
commit 8403e30b3a
10 changed files with 1268 additions and 76 deletions

View File

@@ -1,7 +1,16 @@
[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
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