forked from VoxeLibre/VoxeLibre
Disable translator of mcl_achievements
This commit is contained in:
parent
4ede0a1227
commit
b551b144d4
|
@ -3,7 +3,9 @@
|
||||||
-- If true, activates achievements from other Minecraft editions (XBox, PS, etc.)
|
-- If true, activates achievements from other Minecraft editions (XBox, PS, etc.)
|
||||||
local non_pc_achievements = false
|
local non_pc_achievements = false
|
||||||
|
|
||||||
local S = minetest.get_translator("mcl_achievements")
|
-- TODO: Enable translator when there's a translation
|
||||||
|
-- local S = minetest.get_translator("mcl_achievements")
|
||||||
|
local S = function(s) return s end
|
||||||
|
|
||||||
-- Achievements from PC Edition
|
-- Achievements from PC Edition
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue