Merging pull request 'Add support for transliteration' by Vardex.

This commit adds the code changes in Details! that is required to make the new library work.
This commit is contained in:
Tercio Jose
2019-10-27 18:07:15 -03:00
parent 9e97edb7c5
commit b700d87491
8 changed files with 65 additions and 14 deletions
+3 -3
View File
@@ -6,13 +6,13 @@ local _
--> install skin function:
function _detalhes:InstallSkin (skin_name, skin_table)
if (not skin_name) then
return false -- sem nome
return false -- skin without a name
elseif (_detalhes.skins [skin_name]) then
return false -- ja existe
return false -- skin with this name already exists
end
if (not skin_table.file) then
return false -- sem arquivo
return false -- no skin file
end
skin_table.author = skin_table.author or ""