i18n.lang

A module used for building and translating data to create application internationally


License
MIT
Install
pip install i18n.lang==0.0.3

Documentation

i18n.lang

A module used for building and translating data to create application internationally

Examples

from i18n.lang import i18nLangBuilder
builder = i18nLangBuilder()
builder.generateLang(['spanish', 'french', 'chinese', 'japanese'])