Metadata-Version: 2.1
Name: zi-i18n
Version: 0.0.3
Summary: A Experimental Internationalization
Home-page: https://github.com/null2264/i18n
Author: null2264
Author-email: 
License: GPL GNU-3.0
Description: # zi-i18n
        A Experimental Internationalization
        
        example:
        
        ```python
        #in "example.py" file
        from zi_i18n import I18n
        
        i18n = I18n("locale", "en_US")
        i18n.translate("example.text")
        
        #in "locale/en_US.zi.lang" file
        <!example.text: "Test">
        ```
        
Platform: UNKNOWN
Description-Content-Type: text/markdown
