typo
This commit is contained in:
		
							parent
							
								
									c1c48d9210
								
							
						
					
					
						commit
						2c7999af67
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -75,7 +75,7 @@ try:
 | 
			
		|||
except:
 | 
			
		||||
	pass
 | 
			
		||||
 | 
			
		||||
LANG = locale.getdefaultlocale() # en_US, fr_FR, el_GR etc..
 | 
			
		||||
LANG = locale.getdefaultlocale()[0] # en_US, fr_FR, el_GR etc..
 | 
			
		||||
if LANG is None:
 | 
			
		||||
	LANG = 'en'
 | 
			
		||||
else:
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		
		Reference in a new issue