mirror of
				https://github.com/zadam/trilium.git
				synced 2025-11-04 05:28:59 +01:00 
			
		
		
		
	chore(website/i18n): add English too
This commit is contained in:
		
							parent
							
								
									f4796f0f9e
								
							
						
					
					
						commit
						1a6f5a027f
					
				@ -9,6 +9,7 @@ interface Locale {
 | 
				
			|||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
export const LOCALES: Locale[] = [
 | 
					export const LOCALES: Locale[] = [
 | 
				
			||||||
 | 
					    { id: "en", name: "English" },
 | 
				
			||||||
    { id: "ro", name: "Română" },
 | 
					    { id: "ro", name: "Română" },
 | 
				
			||||||
    { id: "zh_TW", name: "繁體中文" },
 | 
					    { id: "zh_TW", name: "繁體中文" },
 | 
				
			||||||
    { id: "fr", name: "Français" },
 | 
					    { id: "fr", name: "Français" },
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user