Improve translations managing

This commit is contained in:
Hugo Posnic
2016-12-17 13:48:13 +01:00
parent c2f7e8daa3
commit 135016bb7e
5 changed files with 16 additions and 1 deletions
+1 -1
View File
@@ -37,7 +37,7 @@ class ManjaroHello():
self.desktop_path = "/usr/share/applications/" + self.app + ".desktop"
else:
self.data_path = "../data/"
self.locale_path = "locale/"
self.locale_path = "../locale/"
self.ui_path = "../ui/"
self.desktop_path = self.current_folder[:-4] + self.app + ".desktop"