Skip to content

Fix locale issue in Analyze file picker

Hy Murveit requested to merge murveit/kstars:analyze17 into master

The internationalization library translates .analyze to .analyse in the file picker for the English UK locale. However the files are named with a .analyze extension. This MR prevents i18n from modifying ".analyze" there.

Merge request reports