Daniel Grams 9ccea850c7 Profile
2020-06-07 19:44:09 +02:00
2020-06-07 13:45:58 +02:00
2020-06-07 13:45:58 +02:00
2020-06-07 17:49:45 +02:00
2020-06-07 19:44:09 +02:00
2020-06-07 19:44:09 +02:00
Moe
2020-06-07 19:29:37 +02:00
2020-06-07 19:44:09 +02:00
2020-06-07 19:12:19 +02:00
2020-06-07 13:45:58 +02:00
2020-06-07 13:45:58 +02:00
2020-06-07 13:45:58 +02:00
2020-06-07 19:12:19 +02:00
2020-06-07 19:12:19 +02:00
2020-06-07 13:45:58 +02:00
2020-06-07 13:45:58 +02:00

Database

python manage.py db init python manage.py db migrate python manage.py db upgrade

i18n

https://pythonhosted.org/Flask-BabelEx/

Init

pybabel extract -F babel.cfg -o messages.pot . && pybabel extract -F babel.cfg -k lazy_gettext -o messages.pot . && pybabel init -i messages.pot -d translations -l de

Neue msgid's scannen und in *.po mergen

pybabel extract -F babel.cfg -o messages.pot . && pybabel extract -F babel.cfg -k lazy_gettext -o messages.pot . && pybabel update -i messages.pot -d translations

Nach dem Übersetzen

pybabel compile -d translations

Description
No description provided
Readme MIT 12 MiB
Languages
JavaScript 40.9%
HTML 37.7%
Python 20.8%
CSS 0.6%