Merge pull request #691 from ysc3839/master
Translations for more plugins.
This commit is contained in:
commit
383d8a5f33
7 changed files with 61 additions and 24 deletions
|
@ -24,7 +24,7 @@ sys.path.append(plugin_dir) # To able to load geoip lib
|
|||
|
||||
loc_cache = {}
|
||||
if "_" not in locals():
|
||||
_ = Translate("plugins/Sidebar/languages/")
|
||||
_ = Translate(plugin_dir + "/languages/")
|
||||
|
||||
|
||||
@PluginManager.registerTo("UiRequest")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue