Metadata-Version: 1.1
Name: djtranslationchecker
Version: 0.9.0
Summary: Check your Django translation files
Home-page: https://github.com/laterpay/djtranslationchecker
Author: LaterPay GmbH
Author-email: support@laterpay.net
License: MIT
Description: djtranslationchecker
        ====================
        
        Checks your Django message files for missing / fuzzy translations
        
        Usage
        -----
        
        Add ``djtranslationchecker`` to your ``INSTALLED_APPS``, then::
        
            $ python manage.py translationchecker
        
        This will check all ``.po`` files in subdirectories of your ``INSTALLED_APPS``.
        If any of them contain missing translations or fuzzy translations, the command will exit with an error.
        
Keywords: Django translation check gettext
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Topic :: Software Development :: Libraries :: Python Modules
