Skip to content

Commit

Permalink
relative path to languages
Browse files Browse the repository at this point in the history
  • Loading branch information
aivve committed Nov 5, 2021
1 parent 51a9bf6 commit 22ed971
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/TranslatorManager.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ TranslatorManager::TranslatorManager()
#endif
// Workaround for AppImage
if (nullptr != std::getenv("APPIMAGE") && !QDir("m_langPath").exists()) {
m_langPath = "usr/share/karbo/languages";
m_langPath = "../share/karbo/languages";
}

QDir dir(m_langPath);
Expand Down

0 comments on commit 22ed971

Please sign in to comment.