mirror of
				https://github.com/ErikasKontenis/SabrehavenServer.git
				synced 2025-10-31 03:56:22 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			15 lines
		
	
	
		
			297 B
		
	
	
	
		
			Lua
		
	
	
	
	
	
			
		
		
	
	
			15 lines
		
	
	
		
			297 B
		
	
	
	
		
			Lua
		
	
	
	
	
	
| locale = {
 | |
|   name = "en",
 | |
|   charset = "cp1252",
 | |
|   languageName = "English",
 | |
| 
 | |
|   formatNumbers = true,
 | |
|   decimalSeperator = '.',
 | |
|   thousandsSeperator = ',',
 | |
| 
 | |
|   -- translations are not needed because everything is already in english
 | |
|   translation = {}
 | |
| }
 | |
| 
 | |
| modules.client_locales.installLocale(locale)
 | 
