Update translator system
This commit is contained in:
parent
4f3b075b60
commit
9db2760976
@ -1,2 +0,0 @@
|
||||
sfinv
|
||||
intllib?
|
8
init.lua
8
init.lua
@ -1,10 +1,4 @@
|
||||
-- Boilerplate to support localized strings if intllib mod is installed.
|
||||
local S
|
||||
if minetest.get_modpath("intllib") then
|
||||
S = intllib.Getter()
|
||||
else
|
||||
S = function(s) return s end
|
||||
end
|
||||
local S = minetest.get_translator("sfinv_buttons")
|
||||
|
||||
local buttons = {}
|
||||
local button_names_sorted = {}
|
||||
|
@ -1,2 +0,0 @@
|
||||
More = Mehr
|
||||
Go = Los
|
3
locale/sfinv_buttons.de.tr
Normal file
3
locale/sfinv_buttons.de.tr
Normal file
@ -0,0 +1,3 @@
|
||||
# textdomain: sfinv_buttons
|
||||
More=Mehr
|
||||
Go=Los
|
@ -1,2 +1,3 @@
|
||||
More =
|
||||
Go =
|
||||
# textdomain: sfinv_buttons
|
||||
More=
|
||||
Go=
|
||||
|
Loading…
x
Reference in New Issue
Block a user