Merge branch 'led_marquee_gettext' into 'master'

Change intlib Getter (deprecated) to make_gettext_pair.

See merge request VanessaE/led_marquee!1
This commit is contained in:
Vanessa Dannenberg 2018-08-15 22:13:43 +00:00
commit e622f94dfc
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@
local S
if minetest.get_modpath("intllib") then
S = intllib.Getter()
S = intllib.make_gettext_pair()
else
S = function(s) return s end
end