Documentation

Management

Flask app internationalization and localization

Flask apps localization and internationalization. See how to translate Flask apps and which language file formats are supported. 2 min read

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

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.

Do you know an interesting library for that platform? Have you found an error? Let us know at support@webtranslateit.com