Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mariofix/limelight

Flask's brightest stars
https://github.com/mariofix/limelight

flask flask-app flask-application flask-development flask-extensions flask-framework flask-plugins flask-projects flask-web python

Last synced: about 1 month ago
JSON representation

Flask's brightest stars

Awesome Lists containing this project

README

        

# limelight

## Babel

```shell
poetry run pybabel extract . -F babel/babel.cfg -o babel/base.pot
poetry run pybabel init -l es -i babel/base.pot -d limelight/translations
poetry run pybabel init -l en -i babel/base.pot -d limelight/translations
poetry run pybabel compile -d limelight/translations
poetry run pybabel update -i babel/base.pot -d limelight/translations
```