From fb1268f0e4af7957b31cb8d50e31210b0cccf156 Mon Sep 17 00:00:00 2001 From: tomasklaen Date: Mon, 15 May 2023 09:39:07 +0200 Subject: [PATCH] fix: don't translate strings from `input.conf` closes #561 --- scripts/uosc.lua | 1 - 1 file changed, 1 deletion(-) diff --git a/scripts/uosc.lua b/scripts/uosc.lua index 84ca8a2..f5ef81b 100644 --- a/scripts/uosc.lua +++ b/scripts/uosc.lua @@ -227,7 +227,6 @@ config = { local title_parts = split(title or '', ' *> *') for index, title_part in ipairs(#title_parts > 0 and title_parts or {''}) do - title_part = t(title_part) if index < #title_parts then submenu_id = submenu_id .. title_part