Module:LangVars

From Vintage Story Wiki
Revision as of 22:51, 22 August 2022 by Sana (talk | contribs) (Sana moved page Module:LangArgs to Module:LangVars without leaving a redirect)

Documentation for this module may be created at Module:LangVars/doc

local p = {}

local i18n = {
	crafting = {
		itemStone = 'Stone',
		itemRock = 'Rock',
		itemLog = 'Log',
		itemPickaxeHead = 'Pickaxe head',
		itemAxeHead = 'Axe head',
		itemShovelHead = 'Shovel head',
	},
	any = 'Any',
}
return p