--- a/Plugins/CheckerPlugins/CodeStyleChecker/translations.py Fri Mar 02 19:37:12 2018 +0100 +++ b/Plugins/CheckerPlugins/CodeStyleChecker/translations.py Sat Mar 03 17:29:42 2018 +0100 @@ -311,6 +311,10 @@ "DocStyleChecker", "last paragraph of docstring is not followed by a blank line"), + "D201": QCoreApplication.translate( + "DocStyleChecker", "module docstring is still a default string"), + "D202": QCoreApplication.translate( + "DocStyleChecker", "function docstring is still a default string"), "D203": QCoreApplication.translate( "DocStyleChecker", "private function/method is missing a docstring"),