Remove responsive speech frame width, fix generator
All checks were successful
forgejo/Czech Quests/addon/pipeline/head This commit looks good

This commit is contained in:
Roman Jaroš 2025-03-20 20:18:54 +01:00
parent ab820ccf7e
commit d1fa5a6bc7
7 changed files with 15 additions and 12069 deletions

View file

@ -2,7 +2,8 @@ local _, addon = ...
local function BuildIndex(text)
local numberMarks = text:gsub("%d+%.?%d*", "#?")
return numberMarks
local normalized = numberMarks:gsub('"', "'")
return normalized
end
local function FillNumbers(text, sourceText)