forked from mtcontrib/bonemeal
		
	update translation check, added spanish and italian locale
This commit is contained in:
		
							
								
								
									
										3
									
								
								init.lua
									
									
									
									
									
								
							
							
						
						
									
										3
									
								
								init.lua
									
									
									
									
									
								
							| @@ -6,7 +6,8 @@ local min, max, random = math.min, math.max, math.random | ||||
|  | ||||
|  | ||||
| -- Load support for intllib. | ||||
| local S, NS = dofile(path .. "/intllib.lua") | ||||
| local S = minetest.get_translator and minetest.get_translator("bonemeal") or | ||||
| 		dofile(path .. "/intllib.lua") | ||||
|  | ||||
|  | ||||
| -- creative check | ||||
|   | ||||
							
								
								
									
										7
									
								
								locale/es.txt
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										7
									
								
								locale/es.txt
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,7 @@ | ||||
| # init.lua | ||||
|  | ||||
| Mulch = Mantillo | ||||
| Bone Meal = Comida de hueso | ||||
| Fertiliser = Fertilizante | ||||
| Bone = Hueso | ||||
| [bonemeal] loaded = [bonemeal] cargado | ||||
							
								
								
									
										7
									
								
								locale/it.txt
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										7
									
								
								locale/it.txt
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,7 @@ | ||||
| # init.lua | ||||
|  | ||||
| Mulch = Pacciame | ||||
| Bone Meal = Pasto osseo | ||||
| Fertiliser = Fertilizzante | ||||
| Bone = Ossa | ||||
| [bonemeal] loaded = [bonemeal] caricata | ||||
		Reference in New Issue
	
	Block a user