mirror of
				https://github.com/zadam/trilium.git
				synced 2025-11-04 05:28:59 +01:00 
			
		
		
		
	client: Use translation for auto-detect
This commit is contained in:
		
							parent
							
								
									7505db220e
								
							
						
					
					
						commit
						9e3b915612
					
				@ -99,7 +99,7 @@ function buildListOfLanguages() {
 | 
			
		||||
    return [
 | 
			
		||||
        {
 | 
			
		||||
            language: mimeTypesService.MIME_TYPE_AUTO,
 | 
			
		||||
            label: "Auto"
 | 
			
		||||
            label: t("editable-text.auto-detect-language")
 | 
			
		||||
        },
 | 
			
		||||
        ...userLanguages
 | 
			
		||||
    ];
 | 
			
		||||
 | 
			
		||||
@ -1497,5 +1497,8 @@
 | 
			
		||||
    "move-to-visible-launchers": "Move to visible launchers",
 | 
			
		||||
    "move-to-available-launchers": "Move to available launchers",
 | 
			
		||||
    "duplicate-launcher": "Duplicate launcher"
 | 
			
		||||
  },
 | 
			
		||||
  "editable-text": {
 | 
			
		||||
    "auto-detect-language": "Auto-detected"
 | 
			
		||||
  }
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user