forked from CastroFidel/PortWINE
		
	Use ENG locale if missing lang
This commit is contained in:
		@@ -2,6 +2,7 @@
 | 
				
			|||||||
# Author: linux-gaming.ru
 | 
					# Author: linux-gaming.ru
 | 
				
			||||||
 | 
					
 | 
				
			||||||
read "update_loc" < "${PORT_WINE_TMP_PATH}/${portname}_loc"
 | 
					read "update_loc" < "${PORT_WINE_TMP_PATH}/${portname}_loc"
 | 
				
			||||||
 | 
					[ -z "${update_loc}" ] && update_loc="ENG"
 | 
				
			||||||
export update_loc=${update_loc}
 | 
					export update_loc=${update_loc}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
if [ "${update_loc}" = "RUS" ]
 | 
					if [ "${update_loc}" = "RUS" ]
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user