feat: Add date and time slash commands to block menu

This commit is contained in:
Tom Moor
2022-04-07 18:50:50 -07:00
parent 63ed015a86
commit 1f93027c97
5 changed files with 52 additions and 5 deletions

View File

@@ -71,6 +71,9 @@ export default function useDictionary() {
tipNotice: t("Tip notice"),
warning: t("Warning"),
warningNotice: t("Warning notice"),
insertDate: t("Current date"),
insertTime: t("Current time"),
insertDateTime: t("Current date and time"),
};
}, [t]);
}