mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-07-29 19:12:27 +08:00
feat(share): pass t for translations
This commit is contained in:
parent
ccff7baf95
commit
b81be8f8d7
@ -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;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user