mirror of
				https://github.com/mt-mods/plantlife_modpack.git
				synced 2025-11-04 07:25:30 +01:00 
			
		
		
		
	Remove translations in minetest.log output
because they are not translated anyway
This commit is contained in:
		
				
					committed by
					
						
						Vanessa Dannenberg
					
				
			
			
				
	
			
			
			
						parent
						
							31e0066238
						
					
				
				
					commit
					47c20dc550
				
			@@ -6,7 +6,7 @@ vines = {
 | 
			
		||||
local enable_roots = minetest.settings:get_bool("vines_enable_roots")
 | 
			
		||||
 | 
			
		||||
-- support for i18n
 | 
			
		||||
local S = plantlife_i18n.gettext
 | 
			
		||||
local S = minetest.get_translator("vines")
 | 
			
		||||
 | 
			
		||||
-- ITEMS
 | 
			
		||||
 | 
			
		||||
@@ -410,4 +410,4 @@ vines.register_vine( 'willow',
 | 
			
		||||
})
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
print(S("[Vines] Loaded!"))
 | 
			
		||||
print("[Vines] Loaded!")
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user