We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 832f890 commit ae2e450Copy full SHA for ae2e450
pyqgis_resource_browser/plugin_main.py
@@ -55,7 +55,7 @@ def __init__(self, iface: QgisInterface):
55
0:2
56
]
57
locale_path: Path = (
58
- DIR_PLUGIN_ROOT / f"resources/i18n/{__title__.lower()}_{self.locale}.qm"
+ DIR_PLUGIN_ROOT / f"resources/i18n/pyqgis_resource_browser_{self.locale}.qm"
59
)
60
self.log(message=f"Translation: {self.locale}, {locale_path}", log_level=4)
61
if locale_path.exists():
0 commit comments