supress intllib check warning, this fixes #19
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
local S
|
local S
|
||||||
if intllib then
|
if rawget(_G, "intllib") then
|
||||||
S = intllib.Getter()
|
S = intllib.Getter()
|
||||||
else
|
else
|
||||||
S = function(s) return s end
|
S = function(s) return s end
|
||||||
|
|||||||
@@ -4,7 +4,7 @@
|
|||||||
-- License: GPLv3
|
-- License: GPLv3
|
||||||
|
|
||||||
local S
|
local S
|
||||||
if intllib then
|
if rawget(_G, "intllib") then
|
||||||
S = intllib.Getter()
|
S = intllib.Getter()
|
||||||
else
|
else
|
||||||
S = function(s) return s end
|
S = function(s) return s end
|
||||||
|
|||||||
+1
-1
@@ -1,5 +1,5 @@
|
|||||||
local S
|
local S
|
||||||
if intllib then
|
if rawget(_G, "intllib") then
|
||||||
S = intllib.Getter()
|
S = intllib.Getter()
|
||||||
else
|
else
|
||||||
S = function(s) return s end
|
S = function(s) return s end
|
||||||
|
|||||||
+1
-1
@@ -1,5 +1,5 @@
|
|||||||
local S
|
local S
|
||||||
if intllib then
|
if rawget(_G, "intllib") then
|
||||||
S = intllib.Getter()
|
S = intllib.Getter()
|
||||||
else
|
else
|
||||||
S = function(s) return s end
|
S = function(s) return s end
|
||||||
|
|||||||
+1
-1
@@ -1,5 +1,5 @@
|
|||||||
local S
|
local S
|
||||||
if intllib then
|
if rawget(_G, "intllib") then
|
||||||
S = intllib.Getter()
|
S = intllib.Getter()
|
||||||
else
|
else
|
||||||
S = function(s) return s end
|
S = function(s) return s end
|
||||||
|
|||||||
Reference in New Issue
Block a user