Skip to content

Fix I18N_NOOP usage

Jasem Mutlaq requested to merge (removed):translation_fixes into master

Turns out that most of I18N_NOOP strings in KStars were never properly used. It remained as a latin string since i18n was not used. This MR fixes the issue and offers methods to return either translated or latin string for states.

Merge request reports