Add missing translations.

This commit is contained in:
Diego Martínez
2017-01-29 18:41:03 -03:00
parent dc7b60c11f
commit 27e1175fb0
25 changed files with 162 additions and 111 deletions

View File

@ -4,8 +4,7 @@
-- This file defines some items in order to not have to depend on other mods.
-- Boilerplate to support localized strings if intllib mod is installed.
local S = rawget(_G, "intllib") and intllib.Getter() or function(s) return s end
local S = homedecor_i18n.gettext
if (not minetest.get_modpath("homedecor")) then