]> 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>
Sun, 16 Mar 2025 15:48:08 +0000 (16:48 +0100)
commite6a067a9586a4304ce221b888c315d7adcb806bd
treed860cdb70c1cb610e91ad30dd0a0b7fda385b2d4
parent5fe259e69ba27e61e613090bd00d2614b5f745e8
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