From bd191f3a71fbdcb706de9db5c29d615bfa13c174 Mon Sep 17 00:00:00 2001 From: isanae <14251494+isanae@users.noreply.github.com> Date: Mon, 25 Nov 2019 03:28:27 -0500 Subject: now passes --language to lootcli --- src/loot.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/loot.cpp') 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"; -- cgit v1.3.1