src/eric7/Plugins/CheckerPlugins/CodeStyleChecker/DocStyle/translations.py

branch
eric7
changeset 10457
4bef44d7a378
parent 10440
2c1289d82881
child 11090
f5f5f5803935
equal deleted inserted replaced
10456:12c30c88ed05 10457:4bef44d7a378
190 "D271": QCoreApplication.translate( 190 "D271": QCoreApplication.translate(
191 "DocStyleChecker", "'{0}' line should not be preceded by an empty line" 191 "DocStyleChecker", "'{0}' line should not be preceded by an empty line"
192 ), 192 ),
193 "D272": QCoreApplication.translate( 193 "D272": QCoreApplication.translate(
194 "DocStyleChecker", "don't use '{0}' but '{1}' instead" 194 "DocStyleChecker", "don't use '{0}' but '{1}' instead"
195 ),
196 "D273": QCoreApplication.translate(
197 "DocStyleChecker", "'{0}' line has wrong indentation"
195 ), 198 ),
196 } 199 }
197 200
198 _docStyleMessagesSampleArgs = { 201 _docStyleMessagesSampleArgs = {
199 "D232": ["public"], 202 "D232": ["public"],
202 "D262": ["buttonClicked"], 205 "D262": ["buttonClicked"],
203 "D263": ["buttonClicked"], 206 "D263": ["buttonClicked"],
204 "D270": ["@param", "@type"], 207 "D270": ["@param", "@type"],
205 "D271": ["@type"], 208 "D271": ["@type"],
206 "D272": ["@ptype", "@type"], 209 "D272": ["@ptype", "@type"],
210 "D273": ["@type"],
207 } 211 }

eric ide

mercurial