You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In line 332 of wikt/translit/ar-translit.lua, unpack(sub) should be replaced with table.unpack(sub), otherwise Lua throws the error attempt to call a nil value (global 'unpack').
This may also be an issue with other transliteration modules, but I have not checked if there are any others that use unpack.
The text was updated successfully, but these errors were encountered:
In line 332 of
wikt/translit/ar-translit.lua
,unpack(sub)
should be replaced withtable.unpack(sub)
, otherwise Lua throws the errorattempt to call a nil value (global 'unpack')
.This may also be an issue with other transliteration modules, but I have not checked if there are any others that use
unpack
.The text was updated successfully, but these errors were encountered: