mirror of
				https://github.com/immich-app/immich.git
				synced 2025-11-04 03:27:09 -05:00 
			
		
		
		
	fix(web): clear locale setting (#10008)
This commit is contained in:
		
							parent
							
								
									8f42766979
								
							
						
					
					
						commit
						051e6cfc0b
					
				@ -80,7 +80,9 @@
 | 
				
			|||||||
  };
 | 
					  };
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  const handleLocaleChange = (newLocale: string | undefined) => {
 | 
					  const handleLocaleChange = (newLocale: string | undefined) => {
 | 
				
			||||||
    $locale = newLocale;
 | 
					    if (newLocale) {
 | 
				
			||||||
 | 
					      $locale = newLocale;
 | 
				
			||||||
 | 
					    }
 | 
				
			||||||
  };
 | 
					  };
 | 
				
			||||||
</script>
 | 
					</script>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user