forked from luanti-org/minetest_game
		
	Fix more translation strings (#2487)
This commit is contained in:
		| @@ -2,8 +2,11 @@ | ||||
|  | ||||
| dofile(minetest.get_modpath("sfinv") .. "/api.lua") | ||||
|  | ||||
| -- Load support for MT game translation. | ||||
| local S = minetest.get_translator("sfinv") | ||||
|  | ||||
| sfinv.register_page("sfinv:crafting", { | ||||
| 	title = "Crafting", | ||||
| 	title = S("Crafting"), | ||||
| 	get = function(self, player, context) | ||||
| 		return sfinv.make_formspec(player, context, [[ | ||||
| 				list[current_player;craft;1.75,0.5;3,3;] | ||||
|   | ||||
		Reference in New Issue
	
	Block a user