Merge pull request #691 from ysc3839/master

Translations for more plugins.
This commit is contained in:
ZeroNet 2016-12-05 02:02:08 +01:00 committed by GitHub
commit 383d8a5f33
7 changed files with 61 additions and 24 deletions

View file

@ -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")