mirror of
				https://github.com/zadam/trilium.git
				synced 2025-11-04 05:28:59 +01:00 
			
		
		
		
	feat(note_language): add right-to-left languages
This commit is contained in:
		
							parent
							
								
									42d3334c9d
								
							
						
					
					
						commit
						c6b3c1bf88
					
				@ -50,6 +50,28 @@ export function getLocales() {
 | 
				
			|||||||
        {
 | 
					        {
 | 
				
			||||||
            id: "ro",
 | 
					            id: "ro",
 | 
				
			||||||
            name: "Română"
 | 
					            name: "Română"
 | 
				
			||||||
 | 
					        },
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					        /*
 | 
				
			||||||
 | 
					         * Right to left languages
 | 
				
			||||||
 | 
					         *
 | 
				
			||||||
 | 
					         * Currently they are only for setting the language of text notes.
 | 
				
			||||||
 | 
					         */
 | 
				
			||||||
 | 
					        { // Arabic
 | 
				
			||||||
 | 
					            id: "ar",
 | 
				
			||||||
 | 
					            name: "اَلْعَرَبِيَّةُ"
 | 
				
			||||||
 | 
					        },
 | 
				
			||||||
 | 
					        { // Hebrew
 | 
				
			||||||
 | 
					            id: "he",
 | 
				
			||||||
 | 
					            name: "עברית"
 | 
				
			||||||
 | 
					        },
 | 
				
			||||||
 | 
					        { // Kurdish
 | 
				
			||||||
 | 
					            id: "ku",
 | 
				
			||||||
 | 
					            name: "کوردی"
 | 
				
			||||||
 | 
					        },
 | 
				
			||||||
 | 
					        { // Persian
 | 
				
			||||||
 | 
					            id: "fa",
 | 
				
			||||||
 | 
					            name: "فارسی"
 | 
				
			||||||
        }
 | 
					        }
 | 
				
			||||||
    ];
 | 
					    ];
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user