This example show how to translate Flask-Admin into different language using customized version of the Flask-Babel <https://github.com/mrjoes/flask-babelex>
To run this example:
Clone the repository:
git clone https://github.com/flask-admin/flask-admin.git cd flask-admin
Create and activate a virtual environment:
virtualenv env source env/bin/activate
Install requirements:
pip install -r 'examples/babel/requirements.txt'
Run the application:
python examples/babel/app.py