mirror of
https://git.minetest.land/MineClone2/MineClone2.git
synced 2024-11-24 11:53:46 +01:00
add in translator code for S("")
This commit is contained in:
parent
51372da2b9
commit
dbe0437201
@ -4,6 +4,9 @@
|
||||
--- DateTime: 11/28/22 4:38 PM
|
||||
---
|
||||
|
||||
local modname = minetest.get_current_modname()
|
||||
local S = minetest.get_translator(modname)
|
||||
|
||||
-- register normal user access to debug levels 1 and 0.
|
||||
minetest.register_chatcommand("ver", {
|
||||
description = S("Display Mineclone 2 game version."),
|
||||
|
Loading…
Reference in New Issue
Block a user