mirror of
https://github.com/FaceDeer/dfcaverns.git
synced 2024-12-26 02:40:36 +01:00
fix internationalization
This commit is contained in:
parent
fa4c551dcf
commit
2177175593
@ -1,3 +1,7 @@
|
|||||||
|
-- internationalization boilerplate
|
||||||
|
local MP = minetest.get_modpath(minetest.get_current_modname())
|
||||||
|
local S, NS = dofile(MP.."/intllib.lua")
|
||||||
|
|
||||||
local wheat_names = {}
|
local wheat_names = {}
|
||||||
|
|
||||||
local register_cave_wheat = function(number)
|
local register_cave_wheat = function(number)
|
||||||
|
@ -1,3 +1,7 @@
|
|||||||
|
-- internationalization boilerplate
|
||||||
|
local MP = minetest.get_modpath(minetest.get_current_modname())
|
||||||
|
local S, NS = dofile(MP.."/intllib.lua")
|
||||||
|
|
||||||
local dimple_names = {}
|
local dimple_names = {}
|
||||||
|
|
||||||
local register_dimple_cup = function(number)
|
local register_dimple_cup = function(number)
|
||||||
|
@ -1,3 +1,7 @@
|
|||||||
|
-- internationalization boilerplate
|
||||||
|
local MP = minetest.get_modpath(minetest.get_current_modname())
|
||||||
|
local S, NS = dofile(MP.."/intllib.lua")
|
||||||
|
|
||||||
local pig_tail_names = {}
|
local pig_tail_names = {}
|
||||||
|
|
||||||
local register_pig_tail = function(number)
|
local register_pig_tail = function(number)
|
||||||
|
@ -1,3 +1,7 @@
|
|||||||
|
-- internationalization boilerplate
|
||||||
|
local MP = minetest.get_modpath(minetest.get_current_modname())
|
||||||
|
local S, NS = dofile(MP.."/intllib.lua")
|
||||||
|
|
||||||
local displace_x = 0.125
|
local displace_x = 0.125
|
||||||
local displace_z = 0.125
|
local displace_z = 0.125
|
||||||
|
|
||||||
|
@ -1,3 +1,7 @@
|
|||||||
|
-- internationalization boilerplate
|
||||||
|
local MP = minetest.get_modpath(minetest.get_current_modname())
|
||||||
|
local S, NS = dofile(MP.."/intllib.lua")
|
||||||
|
|
||||||
local quarry_names = {}
|
local quarry_names = {}
|
||||||
|
|
||||||
local register_quarry_bush = function(number)
|
local register_quarry_bush = function(number)
|
||||||
|
@ -1,3 +1,7 @@
|
|||||||
|
-- internationalization boilerplate
|
||||||
|
local MP = minetest.get_modpath(minetest.get_current_modname())
|
||||||
|
local S, NS = dofile(MP.."/intllib.lua")
|
||||||
|
|
||||||
local sweet_names = {}
|
local sweet_names = {}
|
||||||
|
|
||||||
local register_sweet_pod = function(number)
|
local register_sweet_pod = function(number)
|
||||||
|
Loading…
Reference in New Issue
Block a user