mirror of
				https://github.com/zadam/trilium.git
				synced 2025-10-31 19:49:01 +01:00 
			
		
		
		
	chore(website/i18n): another missing translation
This commit is contained in:
		
							parent
							
								
									d0d268496c
								
							
						
					
					
						commit
						e1dc4d1433
					
				| @ -66,6 +66,7 @@ | ||||
|     "api_description": "Interact with Trilium programatically using its builtin REST API." | ||||
|   }, | ||||
|   "collections": { | ||||
|     "title": "Collections", | ||||
|     "calendar_title": "Calendar", | ||||
|     "calendar_description": "Organize your personal or professional events using a calendar, with support for all-day and multi-day events. See your events at a glance with the week, month and year views. Easy interaction to add or drag events.", | ||||
|     "table_title": "Table", | ||||
|  | ||||
| @ -211,7 +211,7 @@ function ExtensibilityBenefitsSection() { | ||||
| function CollectionsSection() { | ||||
|     const { t } = useTranslation(); | ||||
|     return ( | ||||
|         <Section className="collections" title="Collections"> | ||||
|         <Section className="collections" title={t("collections.title")}> | ||||
|             <ListWithScreenshot items={[ | ||||
|                 { | ||||
|                     title: t("collections.calendar_title"), | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user
	 Elian Doran
						Elian Doran