From 1a1bfc3839ccd3001b4f446b5ad230711fd258b1 Mon Sep 17 00:00:00 2001 From: Tim Date: Thu, 5 Feb 2015 10:00:10 +0100 Subject: supress intllib check warning, this fixes #19 --- api.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'api.lua') diff --git a/api.lua b/api.lua index 1ab19fc..7ee5b9e 100644 --- a/api.lua +++ b/api.lua @@ -1,5 +1,5 @@ local S -if intllib then +if rawget(_G, "intllib") then S = intllib.Getter() else S = function(s) return s end -- cgit v1.2.3