New translation system, part 3: HUD
This commit is contained in:
parent
d691490016
commit
0d6610dcee
12 changed files with 100 additions and 131 deletions
|
@ -29,10 +29,7 @@ function awards.save()
|
|||
end
|
||||
end
|
||||
|
||||
local S = function(s) return s end
|
||||
function awards.set_intllib(locale)
|
||||
S = locale
|
||||
end
|
||||
local S = minetest.get_translator("awards")
|
||||
|
||||
function awards.init()
|
||||
awards.players = awards.load()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue