mirror of
https://github.com/overte-org/overte.git
synced 2025-04-05 22:32:49 +02:00
moved translation efforts into subdir
This commit is contained in:
parent
275cdf9d8f
commit
110ba131a6
3 changed files with 1 additions and 1 deletions
|
@ -103,7 +103,7 @@ int main(int argc, const char* argv[]) {
|
|||
Application app(argc, const_cast<char**>(argv), startupTime);
|
||||
|
||||
QTranslator translator;
|
||||
translator.load("interface_en");
|
||||
translator.load("i18n/interface_en");
|
||||
app.installTranslator(&translator);
|
||||
|
||||
qCDebug(interfaceapp, "Created QT Application.");
|
||||
|
|
Loading…
Reference in a new issue