supress intllib check warning, this fixes #19

Esse commit está contido em:
Tim
2015-02-05 10:00:10 +01:00
commit 1a1bfc3839
5 arquivos alterados com 5 adições e 5 exclusões

Ver arquivo

@@ -1,5 +1,5 @@
local S
if intllib then
if rawget(_G, "intllib") then
S = intllib.Getter()
else
S = function(s) return s end