mirror of
				https://github.com/zulip/zulip-desktop.git
				synced 2025-11-04 05:53:21 +00:00 
			
		
		
		
	The comment was created to document a piece of code in #902 but #909 addressed code quality The comment is no longer essential and hence ought to be removed
This commit is contained in:
		
				
					committed by
					
						
						Anders Kaseorg
					
				
			
			
				
	
			
			
			
						parent
						
							22d7ef5615
						
					
				
				
					commit
					109a9bbd10
				
			@@ -412,7 +412,6 @@ export default class GeneralSection extends BaseSection {
 | 
			
		||||
 | 
			
		||||
	setLocale(): void {
 | 
			
		||||
		const langDiv: HTMLSelectElement = document.querySelector('.lang-div');
 | 
			
		||||
		// This path is for the JSON file that stores key: value pairs for supported locales
 | 
			
		||||
		const langList = this.generateSelectTemplate(supportedLocales, 'lang-menu');
 | 
			
		||||
		langDiv.innerHTML += langList;
 | 
			
		||||
		// `langMenu` is the select-option dropdown menu formed after executing the previous command
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user