Metadata-Version: 1.1
Name: po_localization
Version: 0.2.2
Summary: Localize Django applications without compiling .po files
Home-page: https://github.com/kmichel/po-localization
Author: Kevin Michel
Author-email: kmichel.info@gmail.com
License: UNKNOWN
Download-URL: https://github.com/kmichel/po-localization/archive/v0.2.2.tar.gz
Description: ===========
        Description
        ===========
        | Localize Django applications without compiling .po files.
        | Also optionally live-reload localizations if any .po file is modified.
        
        ============
        Requirements
        ============
        * python 2.7 or >= 3.2
        * django >= 1.6
        
        ============
        Installation
        ============
        .. code-block:: bash
        
            $ pip install po-localization
        
        =====
        Setup
        =====
        Add ``'po_localization'`` to your ``INSTALLED_APPS``.
        
        ========
        Settings
        ========
        ``AUTORELOAD_TRANSLATIONS`` :
            | Whether translations should be checked for modifications and reloaded before each request.
            | By default it has the same value as your ``DEBUG`` setting.
        
        ======
        Issues
        ======
        If you have any suggestions, bug reports or annoyances please report them
        to the issue tracker at https://github.com/kmichel/po-localization/issues .
        
Keywords: django,localization
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Web Environment
Classifier: Framework :: Django
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.2
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Topic :: Software Development :: Localization
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires: django (>=1.6)
