fix: don't translate strings from input.conf

closes #561
This commit is contained in:
tomasklaen
2023-05-15 09:39:07 +02:00
parent 5e2c930551
commit fb1268f0e4

View File

@@ -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