mirror of
				https://github.com/zadam/trilium.git
				synced 2025-11-04 04:16:17 +01:00 
			
		
		
		
	client: Add country flags to language selection
This commit is contained in:
		@@ -135,11 +135,13 @@ function getSupportedLocales() {
 | 
			
		||||
    return [
 | 
			
		||||
        {
 | 
			
		||||
            "id": "en",
 | 
			
		||||
            "name": "English"
 | 
			
		||||
            "flag": "🇺🇸",
 | 
			
		||||
            "name": "English (United States)"
 | 
			
		||||
        },
 | 
			
		||||
        {
 | 
			
		||||
            "id": "cn",
 | 
			
		||||
            "name": "Chinese"
 | 
			
		||||
            "flag": "🇨🇳",
 | 
			
		||||
            "name": "Chinese (China)"
 | 
			
		||||
        }
 | 
			
		||||
    ];
 | 
			
		||||
}
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user