flufl.i18n - A high level API for internationalization#

This package is called flufl.i18n. It provides a high level, convenient API for managing internationalization translation contexts in Python application. There is a simple API for single-context applications, such as command line scripts which only need to translate into one language during the entire course of their execution. There is a more flexible, but still convenient API for multi-context applications, such as servers, which may need to switch language contexts for different tasks.

Requirements#

flufl.i18n requires Python 3.8 or newer.

Documentation#

A simple guide to using the library is available, along with a detailed API reference.

Project details#

You can install it with pip:

% pip install flufl.i18n

You can grab the latest development copy of the code using git. The master repository is hosted on GitLab. If you have git installed, you can grab your own branch of the code like this:

$ git clone https://gitlab.com/warsaw/flufl.i18n.git

You may contact the author via barry@python.org.

Table of Contents and Index#