We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent da8c75a commit 5eb4743Copy full SHA for 5eb4743
1 file changed
msgcheck/__init__.py
@@ -19,14 +19,7 @@
19
#
20
21
"""
22
-Perform various checks on gettext files:
23
-* compilation (with command `msgfmt -c`)
24
-* for each translation:
25
- * number of lines in translated strings
26
- * whitespace at beginning/end of strings
27
- * trailing whitespace at end of lines inside strings
28
- * punctuation at end of strings
29
- * spelling
+Perform various checks on gettext files.
30
31
32
from . import msgcheck
0 commit comments