Skip to content

Commit ae2e450

Browse files
committed
Explicit plugin i18n path
1 parent 832f890 commit ae2e450

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyqgis_resource_browser/plugin_main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ def __init__(self, iface: QgisInterface):
5555
0:2
5656
]
5757
locale_path: Path = (
58-
DIR_PLUGIN_ROOT / f"resources/i18n/{__title__.lower()}_{self.locale}.qm"
58+
DIR_PLUGIN_ROOT / f"resources/i18n/pyqgis_resource_browser_{self.locale}.qm"
5959
)
6060
self.log(message=f"Translation: {self.locale}, {locale_path}", log_level=4)
6161
if locale_path.exists():

0 commit comments

Comments
 (0)