Make achievements translatable

This commit is contained in:
Wuzzy 2019-03-16 03:36:32 +01:00
parent 522a2b9a73
commit 550fa39d86
7 changed files with 93 additions and 91 deletions

View file

@ -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