speaklater3

Implements a lazy string for python useful for use with gettext. This version is compatible with Python 3


License
BSD-3-Clause
Install
pip install speaklater3==1.4

Documentation

A module that provides lazy strings for translations. Basically you get an
object that appears to be a string but changes the value every time the value
is evaluated based on a callable you provide.