The i18n files are no read from assets, while the ts files remain in the root folder

This commit is contained in:
Veronica K. B. Olsen
2021-05-01 17:12:59 +02:00
parent d97809e4b0
commit 3e77e24b1f
9 changed files with 38 additions and 1 deletions
+1 -1
View File
@@ -307,7 +307,7 @@ class Config:
self.appIcon = os.path.join(self.iconPath, "novelwriter.svg")
# Internationalisation
self.nwLangPath = os.path.join(self.appRoot, "i18n")
self.nwLangPath = os.path.join(self.assetPath, "i18n")
logger.verbose("App path: %s" % self.appPath)
logger.verbose("Last path: %s" % self.lastPath)