Metadata-Version: 1.0
Name: js.i18n
Version: 0.0.0
Summary: fanstatic i18n-js bundle
Home-page: UNKNOWN
Author: Moriyoshi Koizumi
Author-email: mozo@mozo.jp
License: MIT
Description: js.i18n
        *******
        
        Introduction
        ============
        
        This library packages `i18n-js`_ for `fanstatic`_. It is aware of different modes (normal, minified).
        
        .. _`fanstatic`: http://fanstatic.org
        .. _`i18n-js`: http://github.com/fnando/i18n-js/
        
        This requires integration between your web framework and ``fanstatic``,
        and making sure that the original resources (shipped in the ``resources``
        directory in ``js.i18n``) are published to some URL.
        
        The package is maintained on `js.i18n`_ at `bitbucket.org`_.
        
        .. _`js.i18n`: http://bitbucket.org/moriyoshi/js.i18n
        .. _`bitbucket.org`: http://bitbucket.org/
        
        How to use?
        ===========
        
        You can import i18n-js from ``js.i18n``
        and ``need`` it where you want these resources to be included on a page::
        
          >>> from js.i18n import i18n
          >>> i18n.need()
        
        CHANGES
        *******
        
        0.0.0
        ==================
        
        - Initial release.
        
Platform: UNKNOWN
