]> git.mxchange.org Git - fba.git/commit
WIP: broken/i18n-jinja2-support
authorRoland Häder <roland@mxchange.org>
Tue, 8 Aug 2023 12:57:25 +0000 (14:57 +0200)
committerRoland Häder <roland@mxchange.org>
Fri, 15 Nov 2024 00:15:42 +0000 (01:15 +0100)
commit18cd0772d8cb34f53fedb3c81cff02c606002c39
tree687aa48f131d537de3392d34309017e47527ca9b
parent3f30cc3c8808563018a5cfa0c7886477857f682a
WIP:
- added i18n support
- I still get an exception of missing tag 'trans' and I don't know how to hook
  i18n properly into Jinja2
- I found tutorials but they had their Python-based language files while this
  here follows: https://svn.python.org/projects/external/Jinja-2.1.1/docs/_build/html/extensions.html
- if someone knows how to make this correctly, please tell me
15 files changed:
Makefile [new file with mode: 0644]
babel.cfg [new file with mode: 0644]
daemon.py
i18n/de/LC_MESSAGES/.gitkeep [new file with mode: 0644]
i18n/en/LC_MESSAGES/.gitkeep [new file with mode: 0644]
i18n/messages.pot [new file with mode: 0644]
requirements.txt
templates/base.html
templates/views/index.html
templates/views/infos.html
templates/views/list.html
templates/views/scoreboard.html
templates/views/top.html
templates/widgets/links.html
templates/widgets/list_links.html