Make achievements translatable
This commit is contained in:
parent
522a2b9a73
commit
550fa39d86
7 changed files with 93 additions and 91 deletions
|
@ -3,9 +3,7 @@
|
|||
-- If true, activates achievements from other Minecraft editions (XBox, PS, etc.)
|
||||
local non_pc_achievements = false
|
||||
|
||||
-- TODO: Enable translator when there's a translation
|
||||
-- local S = minetest.get_translator("mcl_achievements")
|
||||
local S = function(s) return s end
|
||||
local S = minetest.get_translator("mcl_achievements")
|
||||
|
||||
-- Achievements from PC Edition
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue