fix i18n domain and fix es translation
This commit is contained in:
parent
3eb2286f78
commit
e1a680e7dd
2
init.lua
2
init.lua
@ -2,7 +2,7 @@
|
|||||||
-- Intllib
|
-- Intllib
|
||||||
local S
|
local S
|
||||||
if minetest.get_translator ~= nil then
|
if minetest.get_translator ~= nil then
|
||||||
S = minetest.get_translator("ethereal") -- 5.x translation function
|
S = minetest.get_translator("3d_armor_gloves") -- 5.x translation function
|
||||||
else
|
else
|
||||||
if minetest.get_modpath("intllib") then
|
if minetest.get_modpath("intllib") then
|
||||||
dofile(minetest.get_modpath("intllib") .. "/init.lua")
|
dofile(minetest.get_modpath("intllib") .. "/init.lua")
|
||||||
|
@ -3,11 +3,11 @@
|
|||||||
|
|
||||||
### init.lua ###
|
### init.lua ###
|
||||||
|
|
||||||
Wood Gauntlets=Guanteletes de madera
|
Wood Gauntlets=Guante de madera
|
||||||
Cactus Gauntlets=Guanteletes de cactus
|
Cactus Gauntlets=Guante de cactus
|
||||||
Steel Gauntlets=Guanteletes de hierro
|
Steel Gauntlets=Guante de hierro
|
||||||
Bronze Gauntlets=Guanteletes de bronce
|
Bronze Gauntlets=Guante de bronce
|
||||||
Diamond Gauntlets=Guanteletes de diamante
|
Diamond Gauntlets=Guante de diamante
|
||||||
Gold Gauntlets=Guanteletes de oro
|
Gold Gauntlets=Guante de oro
|
||||||
Mithril Gauntlets=Guanteletes de mitrilio
|
Mithril Gauntlets=Guante de mitrilio
|
||||||
Crystal Gauntlets=Guanteletes de cristal
|
Crystal Gauntlets=Guante de cristal
|
||||||
|
Loading…
x
Reference in New Issue
Block a user