python-speaklater

lazy string useful for translations for Python 2
  http://github.com/mitsuhiko/speaklater
  0
  no reviews



Speaklater is a Python module providing an implementation of lazy strings. Every time a lazy string is evaluated, it changes its value based on a user provided callable. These lazy strings can be useful in combination with gettext for translations.

This package contains the Python 2 version of the module.