Help
Flask app internationalization and localization
Flask is a web framework for Python, based on the Werkzeug toolkit.
- Created by
- Armin Ronacher
- Released
- April 1, 2010
- Links
-
http://flask.pocoo.org
Wikipedia
🔗Flask applications are usually translated using
🔗Related Platforms
🔗Best way to localize Flask apps
The first step is to extract the text to translate into language files. This process is called internationalization. Extract the text to translate into JSON files, and load them into your app.
Once you have internationalized your Flask app, use a translation software localization tool such as WebTranslateIt to manage your localization workflow.
It is easy to translate a Flask app with WebTranslateIt. Create a project, upload your source language file in the File Manager and translate it on the Translation Interface.
The tools included in WebTranslateIt, such as Batch Operations, the Translation Memory or Machine Translation can help you translate that file automatically, faster and cost effectively.
🔗Links of interest
- WebTranslateIt’s CLI to help sync language files.
- Flask’s tutorial on i18n
- bbelyeu/flask-i18n Add basic i18n functionality for APIs built as Flask apps