Skip to content

Commit d8a6e70

Browse files
committed
fix translation
1 parent 71d132a commit d8a6e70

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

swiss_locator/swiss_locator_plugin.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ def __init__(self, iface: QgisInterface):
3636
qgis_locale = QLocale(QSettings().value('locale/userLocale'))
3737
locale_path = os.path.join(os.path.dirname(__file__), 'i18n')
3838
self.translator = QTranslator()
39-
self.translator.load(qgis_locale, 'swiss_locator', '_', locale_path)
39+
self.translator.load(qgis_locale, 'qgis-swiss-locator', '_', locale_path)
4040
QCoreApplication.installTranslator(self.translator)
4141

4242
self.locator_filters = {}

0 commit comments

Comments
 (0)