mirror of
				https://github.com/zadam/trilium.git
				synced 2025-11-03 21:19:01 +01:00 
			
		
		
		
	chore(website/i18n): handle Chinese
This commit is contained in:
		
							parent
							
								
									e4f806ed14
								
							
						
					
					
						commit
						ea04446e81
					
				@ -11,7 +11,8 @@ interface Locale {
 | 
			
		||||
export const LOCALES: Locale[] = [
 | 
			
		||||
    { id: "en", name: "English" },
 | 
			
		||||
    { id: "ro", name: "Română" },
 | 
			
		||||
    { id: "zh_TW", name: "繁體中文" },
 | 
			
		||||
    { id: "zh-Hans", name: "简体中文" },
 | 
			
		||||
    { id: "zh-Hant", name: "繁體中文" },
 | 
			
		||||
    { id: "fr", name: "Français" },
 | 
			
		||||
    { id: "it", name: "Italiano" },
 | 
			
		||||
    { id: "ja", name: "日本語" },
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user