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

branch
eric7
changeset 10047
cc9ead6d1c46
parent 9653
e67609152c5e
child 10355
f3187412ecf4
equal deleted inserted replaced
10046:35b27af462ef 10047:cc9ead6d1c46
169 "Y907": QCoreApplication.translate( 169 "Y907": QCoreApplication.translate(
170 "SimplifyChecker", '''Use "Optional[{0}]" instead of "{1}"''' 170 "SimplifyChecker", '''Use "Optional[{0}]" instead of "{1}"'''
171 ), 171 ),
172 "Y909": QCoreApplication.translate( 172 "Y909": QCoreApplication.translate(
173 "SimplifyChecker", '''Remove reflexive assignment "{0}"''' 173 "SimplifyChecker", '''Remove reflexive assignment "{0}"'''
174 ),
175 "Y910": QCoreApplication.translate(
176 "SimplifyChecker", '''Use "{0}" instead of "{1}"'''
174 ), 177 ),
175 } 178 }
176 179
177 _simplifyMessagesSampleArgs = { 180 _simplifyMessagesSampleArgs = {
178 # Python-specifics 181 # Python-specifics

eric ide

mercurial