mirror of
				https://github.com/inventree/InvenTree.git
				synced 2025-10-31 21:25:42 +00:00 
			
		
		
		
	- Has to be lowercase in settings.py to work correctly
(cherry picked from commit 20b59c3575)
Co-authored-by: Oliver <oliver.henry.walters@gmail.com>
			
			
This commit is contained in:
		
				
					committed by
					
						 GitHub
						GitHub
					
				
			
			
				
	
			
			
			
						parent
						
							8a58bf5ffa
						
					
				
				
					commit
					ab22f2a04d
				
			| @@ -757,14 +757,14 @@ LANGUAGES = [ | ||||
|     ('no', _('Norwegian')), | ||||
|     ('pl', _('Polish')), | ||||
|     ('pt', _('Portuguese')), | ||||
|     ('pt-BR', _('Portuguese (Brazilian)')), | ||||
|     ('pt-br', _('Portuguese (Brazilian)')), | ||||
|     ('ru', _('Russian')), | ||||
|     ('sl', _('Slovenian')), | ||||
|     ('sv', _('Swedish')), | ||||
|     ('th', _('Thai')), | ||||
|     ('tr', _('Turkish')), | ||||
|     ('vi', _('Vietnamese')), | ||||
|     ('zh-hans', _('Chinese')), | ||||
|     ('zh-hans', _('Chinese (Simplified)')), | ||||
| ] | ||||
|  | ||||
| # Testing interface translations | ||||
|   | ||||
		Reference in New Issue
	
	Block a user