Init repo with working copy from my private server
This commit is contained in:
commit
a2e53b161d
38 changed files with 2413 additions and 0 deletions
8
i18n.lua
Normal file
8
i18n.lua
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
--[[
|
||||
Internationalization (i18n) Setup
|
||||
---------------------------------
|
||||
Defines the global translation function S() for the mod.
|
||||
It dynamically gets the mod's name to support renaming the mod folder.
|
||||
--]]
|
||||
|
||||
S = minetest.get_translator(minetest.get_current_modname())
|
||||
Loading…
Add table
Add a link
Reference in a new issue