mirror of
				https://github.com/inventree/InvenTree.git
				synced 2025-10-30 20:55:42 +00:00 
			
		
		
		
	Support more language codes
This commit is contained in:
		| @@ -502,11 +502,24 @@ LANGUAGE_CODE = CONFIG.get('language', 'en-us') | |||||||
|  |  | ||||||
| # If a new language translation is supported, it must be added here | # If a new language translation is supported, it must be added here | ||||||
| LANGUAGES = [ | LANGUAGES = [ | ||||||
|     ('en', _('English')), |  | ||||||
|     ('fr', _('French')), |  | ||||||
|     ('de', _('German')), |     ('de', _('German')), | ||||||
|  |     ('el', _('Greek')), | ||||||
|  |     ('en', _('English')), | ||||||
|  |     ('es', _('Spanish')), | ||||||
|  |     ('fr', _('French')), | ||||||
|  |     ('he', _('Hebrew')), | ||||||
|  |     ('it', _('Italian')), | ||||||
|  |     ('ja', _('Japanese')), | ||||||
|  |     ('ko', _('Korean')), | ||||||
|  |     ('nl', _('Dutch')), | ||||||
|  |     ('no', _('Norwegian')), | ||||||
|     ('pl', _('Polish')), |     ('pl', _('Polish')), | ||||||
|  |     ('ru', _('Russian')), | ||||||
|  |     ('sv', _('Swedish')), | ||||||
|  |     ('th', _('Thai')), | ||||||
|     ('tr', _('Turkish')), |     ('tr', _('Turkish')), | ||||||
|  |     ('vi', _('Vietnamese')), | ||||||
|  |     ('zh', _('Chinese')), | ||||||
| ] | ] | ||||||
|  |  | ||||||
| # Currencies available for use | # Currencies available for use | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user