mirror of
				https://github.com/zadam/trilium.git
				synced 2025-11-04 04:16:17 +01:00 
			
		
		
		
	feat(share): pass t for translations
This commit is contained in:
		@@ -167,7 +167,8 @@ function register(router: Router) {
 | 
				
			|||||||
            subRoot,
 | 
					            subRoot,
 | 
				
			||||||
            assetPath: isDev ? assetPath : `../${assetPath}`,
 | 
					            assetPath: isDev ? assetPath : `../${assetPath}`,
 | 
				
			||||||
            appPath: isDev ? appPath : `../${appPath}`,
 | 
					            appPath: isDev ? appPath : `../${appPath}`,
 | 
				
			||||||
            showLoginInShareTheme
 | 
					            showLoginInShareTheme,
 | 
				
			||||||
 | 
					            t
 | 
				
			||||||
        };
 | 
					        };
 | 
				
			||||||
        let useDefaultView = true;
 | 
					        let useDefaultView = true;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user