Metadata-Version: 1.1
Name: msgcheck
Version: 2.7
Summary: Perform various checks on gettext files.
Home-page: https://github.com/flashcode/msgcheck
Author: Sébastien Helleu
Author-email: flashcode@flashtux.org
License: GPL3
Description: 
        MsgCheck performs various checks on gettext files:
        
        * compilation (with command `msgfmt -c`)
        * for each translation:
        
          - number of lines in translated strings
          - whitespace at beginning/end of strings
          - trailing whitespace at end of lines inside strings
          - punctuation at end of strings
          - spelling (messages and translations).
        
Keywords: gettext
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Software Development :: Localization
