Some more initial UI work, initial translation support
This commit is contained in:
22
README.md
22
README.md
@@ -1,20 +1,20 @@
|
||||
Dependencies
|
||||
# Welcome
|
||||
|
||||
Welcome to System Installer, a powerful toolkit for setting up an installer for operating systems.
|
||||
|
||||
Dependencies:
|
||||
- flask
|
||||
- flask-babel
|
||||
- pytest
|
||||
- coverage
|
||||
- libjs-htmx
|
||||
- libjs-material-design-lite
|
||||
- xapp-gtk3-module
|
||||
- libxapp-gtk3-module
|
||||
- gettext
|
||||
|
||||
Recommended:
|
||||
- libjs-htmx (needed if the web front-end is to be used)
|
||||
- sass-stylesheets-bulma (needed if the web front-end is to be used)
|
||||
|
||||
## 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 .```
|
||||
-- TODO --
|
||||
|
||||
Reference in New Issue
Block a user