Skip to content
Snippets Groups Projects
Verified Commit eb4383f5 authored by ornanovitch's avatar ornanovitch
Browse files

doc: add pybabel instructions to README

parent a52348cb
No related branches found
No related tags found
No related merge requests found
...@@ -57,6 +57,14 @@ export FLASK_APP=hiboo ...@@ -57,6 +57,14 @@ export FLASK_APP=hiboo
flask run --reload flask run --reload
``` ```
#### Misc
If you create or update messages in the `python`/`html` source files, don't forget to update the messages catalogs:
```sh
pybabel extract -F babel.cfg -o messages.pot Hiboo
pybabel update -i messages.pot -d hiboo/translations/
```
### Test instance ### Test instance
Our test instance is running at: https://auth.test.tedomum.net Our test instance is running at: https://auth.test.tedomum.net
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment