mirror of
				https://github.com/zadam/trilium.git
				synced 2025-11-04 05:28:59 +01:00 
			
		
		
		
	feat(i18n): add Russian
This commit is contained in:
		
							parent
							
								
									360b5d6de4
								
							
						
					
					
						commit
						95a2a69e0a
					
				@ -18,6 +18,7 @@ const DAYJS_LOADER: Record<LOCALE_IDS, () => Promise<typeof import("dayjs/locale
 | 
			
		||||
    "he": () => import("dayjs/locale/he.js"),
 | 
			
		||||
    "ku": () => import("dayjs/locale/ku.js"),
 | 
			
		||||
    "ro": () => import("dayjs/locale/ro.js"),
 | 
			
		||||
    "ru": () => import("dayjs/locale/ru.js"),
 | 
			
		||||
    "tw": () => import("dayjs/locale/zh-tw.js")
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
@ -45,6 +45,11 @@ const UNSORTED_LOCALES = [
 | 
			
		||||
        name: "Română",
 | 
			
		||||
        electronLocale: "ro"
 | 
			
		||||
    },
 | 
			
		||||
    {
 | 
			
		||||
        id: "ru",
 | 
			
		||||
        name: "Русский",
 | 
			
		||||
        electronLocale: "ru"
 | 
			
		||||
    },
 | 
			
		||||
 | 
			
		||||
    /*
 | 
			
		||||
     * Right to left languages
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user