Metadata-Version: 2.1
Name: i18n_core
Version: 0.3.9
Summary: Internationalization and localization setup and support utilities.
Author: Christopher Toth
Author-email: q@q-continuum.net
License: UNKNOWN
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python
Classifier: Topic :: Software Development :: Libraries
Description-Content-Type: text/markdown
License-File: LICENSE

I18n_core: Initialize internationalization for your app

I18n_core is a wrapper over the default locale stdlib module.
It provides a way to load global app translations, as well as translations from component libraries.

The library also has a gui module to assist with translation support for WxPython.


