mirror of
https://github.com/zadam/trilium.git
synced 2025-11-07 13:56:11 +01:00
i18n: Translate toast messages
This commit is contained in:
@@ -154,7 +154,7 @@ export default class TreeContextMenu {
|
||||
}
|
||||
}
|
||||
|
||||
toastService.showMessage(`${converted} notes have been converted to attachments.`);
|
||||
toastService.showMessage(t("tree-context-menu.converted-to-attachments", { count: converted }));
|
||||
}
|
||||
else if (command === 'copyNotePathToClipboard') {
|
||||
navigator.clipboard.writeText('#' + notePath);
|
||||
|
||||
Reference in New Issue
Block a user