diff options
Diffstat (limited to 'src/dyetool/client.cpp')
-rw-r--r-- | src/dyetool/client.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/dyetool/client.cpp b/src/dyetool/client.cpp index f618db321..cf3fceed6 100644 --- a/src/dyetool/client.cpp +++ b/src/dyetool/client.cpp @@ -282,6 +282,7 @@ void Client::gameInit() VirtFs::mountDir(settings.localDataDir, Append_false); TranslationManager::loadCurrentLang(); + TranslationManager::loadDictionaryLang(); #ifdef ENABLE_CUSTOMNLS TranslationManager::loadGettextLang(); #endif // ENABLE_CUSTOMNLS @@ -662,6 +663,7 @@ int Client::gameExec() paths.setDefaultValues(getPathsDefaults()); initPaths(); TranslationManager::loadCurrentLang(); + TranslationManager::loadDictionaryLang(); if (desktop) desktop->reloadWallpaper(); |