0 purchases
simplei18n 0.1.2
i18n
Lightweight simple translation JavaScript module 'i18n' in Python implementation.
Install
Please note that simple-i18n depends on module 'pystache' and 'watchdog'.
They will be automatically installed before pip installing simple-i18n.
pip install simple-i18n
Synopsis
from simple-i18n import I18n
options = ...
i18n = I18n(options)
i18n.__('Hello %s', 'Marcus') # -> Hello Marcus
Usage
For detailed usage, please refer to https://www.npmjs.com/package/i18n
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.