No project description provided
Project description
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
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
simple-i18n-0.1.1.tar.gz
(13.8 kB
view details)
File details
Details for the file simple-i18n-0.1.1.tar.gz
.
File metadata
- Download URL: simple-i18n-0.1.1.tar.gz
- Upload date:
- Size: 13.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d76c5fa820fa45229d55455da71dca7fa6d5e71fac97917c76ca1a11381b6b7b |
|
MD5 | f21735a3890f536c680395f4b4dab4b0 |
|
BLAKE2b-256 | c6de8ff8ae7064619e927acba5e70395033f89653d2368caef401e614953d25a |