7 """ |
7 """ |
8 Module implementing message translations for the code style plugin messages |
8 Module implementing message translations for the code style plugin messages |
9 (security part). |
9 (security part). |
10 """ |
10 """ |
11 |
11 |
12 from PyQt5.QtCore import QCoreApplication |
12 from PyQt6.QtCore import QCoreApplication |
13 |
13 |
14 _securityMessages = { |
14 _securityMessages = { |
15 # assert used |
15 # assert used |
16 "S101": QCoreApplication.translate( |
16 "S101": QCoreApplication.translate( |
17 "Security", |
17 "Security", |