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