Add Hungarian translation (#20)

This commit is contained in:
An0n3m0us
2020-02-17 18:03:57 +00:00
committed by GitHub
parent 9666707470
commit 939c7ea73d
7 changed files with 23 additions and 10 deletions

View File

@ -1,4 +1,4 @@
-- translation support
-- Load support for translation.
local S = minetest.get_translator("more_chests")
minetest.register_node("more_chests:wifi", {
@ -52,4 +52,3 @@ minetest.register_on_joinplayer(function(player)
local inv = player:get_inventory()
inv:set_size("more_chests:wifi", 8*4)
end)