siemens / CtrlppCheck

GNU General Public License v3.0
14 stars 11 forks source link

Quality gate to check WinCC OA message catalogs / translations #87

Open mPokornyETM opened 12 months ago

mPokornyETM commented 12 months ago

Is your feature request related to a problem? Please describe. In many cases (mostly in refactoring) nobody knows how to check the localization correctly. Check msg catalog keys one by one and check the code if getCatString() use correct values cost too much time. Probably most of developers skip it and are then surprised on production site.

Describe the solution you'd like As a QA engineer, I want to know

Furthermore consider new language handling since WinCC OA 3.20.

Describe alternatives you've considered N/N

Additional context Highlight will be to use hunspell or something like that to check if the translations are correct. It works for many languages and it is open source too. So it should be no problem to use it here for free too.