Content deleted Content added
TartarTorte (talk | contribs) Add back compat for now |
m Comma "," (U+002C) → Arabic Decimal Separator "٫" (U+066B) |
||
(3 intermediate revisions by one other user not shown) | |||
Line 12:
['8'] = '٨',
['9'] = '٩',
['
}
Line 18:
if args == nil then
return 'Error! Arguments provided are null'
end▼
if args[1] == nil then
end
local num_str = tostring(args[1])
return new_str
▲ end
▲ return num_str
end
|