mirror of
				https://github.com/inventree/inventree-app.git
				synced 2025-10-31 13:25:40 +00:00 
			
		
		
		
	Add support for new locales
This commit is contained in:
		| @@ -7,7 +7,10 @@ | |||||||
| - Enables printing of stock item labels | - Enables printing of stock item labels | ||||||
| - Allow users to manually delete stock items | - Allow users to manually delete stock items | ||||||
| - Multiple bug fixes for form entry | - Multiple bug fixes for form entry | ||||||
| - Updated translations | - Adds translation support for Hungarian | ||||||
|  | - Adds translation support for Indonesian | ||||||
|  | - Adds translation support for Portuguese | ||||||
|  | - Increased translation coverage | ||||||
|  |  | ||||||
| ### 0.5.6 - January 2022 | ### 0.5.6 - January 2022 | ||||||
| --- | --- | ||||||
|   | |||||||
							
								
								
									
										2
									
								
								lib/l10n
									
									
									
									
									
								
							
							
								
								
								
								
								
							
						
						
									
										2
									
								
								lib/l10n
									
									
									
									
									
								
							 Submodule lib/l10n updated: bc771172f0...5d2c2ce31b
									
								
							| @@ -78,12 +78,15 @@ class InvenTreeApp extends StatelessWidget { | |||||||
|         const Locale("es", ""),   // Spanish |         const Locale("es", ""),   // Spanish | ||||||
|         const Locale("fr", ""),   // French |         const Locale("fr", ""),   // French | ||||||
|         const Locale("he", ""),   // Hebrew |         const Locale("he", ""),   // Hebrew | ||||||
|  |         const Locale("hu", ""),   // Hungarian | ||||||
|  |         const Locale("id", ""),   // Indonesian | ||||||
|         const Locale("it", ""),   // Italian |         const Locale("it", ""),   // Italian | ||||||
|         const Locale("ja", ""),   // Japanese |         const Locale("ja", ""),   // Japanese | ||||||
|         const Locale("ko", ""),   // Korean |         const Locale("ko", ""),   // Korean | ||||||
|         const Locale("nl", ""),   // Dutch |         const Locale("nl", ""),   // Dutch | ||||||
|         const Locale("no", ""),   // Norwegian |         const Locale("no", ""),   // Norwegian | ||||||
|         const Locale("pl", ""),   // Polish |         const Locale("pl", ""),   // Polish | ||||||
|  |         const Locale("pt", ""),   // Portuguese | ||||||
|         const Locale("ru", ""),   // Russian |         const Locale("ru", ""),   // Russian | ||||||
|         const Locale("sv", ""),   // Swedish |         const Locale("sv", ""),   // Swedish | ||||||
|         const Locale("th", ""),   // Thai |         const Locale("th", ""),   // Thai | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user