Some more initial changes

This commit is contained in:
Jonathan Carter
2024-12-08 16:55:03 +02:00
parent a61cc67a34
commit 4bc89c5d2b
24 changed files with 53 additions and 117 deletions

View File

@@ -1,6 +1,20 @@
Dependencies
- flask
- flask-babel
- pytest
- coverage
- libjs-htmx
- libjs-material-design-lite
- xapp-gtk3-module
## Development
### Translations
Upstream PyBabel documentation:
https://python-babel.github.io/flask-babel/index.html#translating-applications
in the ./daemon directory, run the following to regenerate the translations file:
```pybabel extract -F babel.cfg -o messages.pot .```