diff options
| author | isanae <14251494+isanae@users.noreply.github.com> | 2019-11-25 03:28:27 -0500 |
|---|---|---|
| committer | isanae <14251494+isanae@users.noreply.github.com> | 2019-11-25 03:28:27 -0500 |
| commit | bd191f3a71fbdcb706de9db5c29d615bfa13c174 (patch) | |
| tree | 0e1503c3d44f1d7c58658f9a4d27ce4a454ba0ad /src/loot.cpp | |
| parent | 23e917df454ba1588fcbe08adfa47422a443b9da (diff) | |
now passes --language to lootcli
Diffstat (limited to 'src/loot.cpp')
| -rw-r--r-- | src/loot.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/loot.cpp b/src/loot.cpp index d2059d7c..11eb4f4e 100644 --- a/src/loot.cpp +++ b/src/loot.cpp @@ -439,7 +439,8 @@ bool Loot::spawnLootcli( << "--gamePath" << QString("\"%1\"").arg(core.managedGame()->gameDirectory().absolutePath()) << "--pluginListPath" << QString("\"%1/loadorder.txt\"").arg(core.profilePath()) << "--logLevel" << QString::fromStdString(lootcli::logLevelToString(logLevel)) - << "--out" << QString("\"%1\"").arg(LootReportPath); + << "--out" << QString("\"%1\"").arg(LootReportPath) + << "--language" << core.settings().interface().language(); if (didUpdateMasterList) { parameters << "--skipUpdateMasterlist"; |
