New translation system, part 3: HUD
This commit is contained in:
parent
d691490016
commit
0d6610dcee
12 changed files with 100 additions and 131 deletions
|
@ -1,2 +1 @@
|
|||
awards
|
||||
intllib?
|
||||
|
|
|
@ -3,12 +3,7 @@
|
|||
-- If true, activates achievements from other Minecraft editions (XBox, PS, etc.)
|
||||
local non_pc_achievements = false
|
||||
|
||||
local S
|
||||
if minetest.get_modpath("intllib") then
|
||||
S = intllib.Getter()
|
||||
else
|
||||
S = function ( s ) return s end
|
||||
end
|
||||
local S = minetest.get_translator("mcl_achievements")
|
||||
|
||||
-- Achievements from PC Edition
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue