@@ -227,7 +227,6 @@ config = {
|
|||||||
local title_parts = split(title or '', ' *> *')
|
local title_parts = split(title or '', ' *> *')
|
||||||
|
|
||||||
for index, title_part in ipairs(#title_parts > 0 and title_parts or {''}) do
|
for index, title_part in ipairs(#title_parts > 0 and title_parts or {''}) do
|
||||||
title_part = t(title_part)
|
|
||||||
if index < #title_parts then
|
if index < #title_parts then
|
||||||
submenu_id = submenu_id .. title_part
|
submenu_id = submenu_id .. title_part
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user