אונטערשייד צווישן ווערסיעס פון "יחידה:הערה"

41 בייטן צוגעלייגט ,  פֿאַר 3 חדשים
עבר הזמן
אין תקציר עריכה
צייכן: צוריקגעשטעלט
(עבר הזמן)
צייכן: אַנולירונג
 
(8 מיטלסטע ווערסיעס פון 2 באַניצער נישט געוויזן.)
שורה 29: שורה 29:
if text then
if text then
text = frame:preprocess(args[1])
text = frame:preprocess(args[1])
text = trim(text)
if not text == nil then text = trim(trim) end
    if text:match("%.%.$") then
    if text:match("%.%.$") then
        text =text:sub(1, -2)
        text =text:sub(1, -2)
    end
    end
    if not text:match("[%p]$") then
    if not text:match("[!\"'()%,%-.:;?`]$") then
        text = text .. "."
        text = text .. "."
    end
    end