mirror of
https://git.minetest.land/VoxeLibre/VoxeLibre.git
synced 2024-11-25 20:11:06 +01:00
Disable translator of mcl_achievements
This commit is contained in:
parent
4ede0a1227
commit
b551b144d4
1 changed files with 3 additions and 1 deletions
|
@ -3,7 +3,9 @@
|
|||
-- If true, activates achievements from other Minecraft editions (XBox, PS, etc.)
|
||||
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
|
||||
|
||||
|
|
Loading…
Reference in a new issue