mirror of
				https://github.com/luanti-org/luanti.git
				synced 2025-11-04 09:15:29 +01:00 
			
		
		
		
	this fixes problem with msvc++ and should work on other systems and so on anyway.
This commit is contained in:
		@@ -13,7 +13,6 @@
 | 
			
		||||
 | 
			
		||||
inline void init_gettext(const char *path) {
 | 
			
		||||
#if USE_GETTEXT
 | 
			
		||||
	setlocale(LC_MESSAGES, "");
 | 
			
		||||
	bindtextdomain(PROJECT_NAME, path);
 | 
			
		||||
	textdomain(PROJECT_NAME);
 | 
			
		||||
#endif
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user