aboutsummaryrefslogtreecommitdiffstats
path: root/babel.cfg
diff options
context:
space:
mode:
authorAstounds <kirito@disroot.org>2026-04-05 17:43:01 -0500
committerAstounds <kirito@disroot.org>2026-04-05 17:43:01 -0500
commit8403e30b3abe810d764fc6dc57c0a0386273356e (patch)
tree1649d78390d41fb2bf2ccf6819c260cd9ca7cd8b /babel.cfg
parentf0649be5dec84ce06a3164a2d9ee90f5385ac92f (diff)
downloadyt-local-8403e30b3abe810d764fc6dc57c0a0386273356e.tar.lz
yt-local-8403e30b3abe810d764fc6dc57c0a0386273356e.tar.xz
yt-local-8403e30b3abe810d764fc6dc57c0a0386273356e.zip
Many fixes to i18n
Diffstat (limited to 'babel.cfg')
-rw-r--r--babel.cfg13
1 files changed, 11 insertions, 2 deletions
diff --git a/babel.cfg b/babel.cfg
index 5498f91..21304db 100644
--- a/babel.cfg
+++ b/babel.cfg
@@ -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