summaryrefslogtreecommitdiff
path: root/locales
diff options
context:
space:
mode:
authorHazelnoot <acomputerdog@gmail.com>2025-06-01 12:09:49 -0400
committerHazelnoot <acomputerdog@gmail.com>2025-06-01 12:09:49 -0400
commitf5195008a5214d6fdf982310e80b3542f7f82546 (patch)
tree2ef3140f2e88010ae04e64de6b1c7281d79b3e83 /locales
parentmerge: Add configuration option for the "query is slow" warning (!1061) (diff)
downloadsharkey-f5195008a5214d6fdf982310e80b3542f7f82546.tar.gz
sharkey-f5195008a5214d6fdf982310e80b3542f7f82546.tar.bz2
sharkey-f5195008a5214d6fdf982310e80b3542f7f82546.zip
add "unixtime" to the MFM cheatsheet
Diffstat (limited to 'locales')
-rw-r--r--locales/index.d.ts8
1 files changed, 8 insertions, 0 deletions
diff --git a/locales/index.d.ts b/locales/index.d.ts
index 69c63cc714..f7944c2311 100644
--- a/locales/index.d.ts
+++ b/locales/index.d.ts
@@ -12493,6 +12493,14 @@ export interface Locale extends ILocale {
*/
"centerDescription": string;
/**
+ * Unix Time
+ */
+ "unixtime": string;
+ /**
+ * Displays a timestamp in the viewer's current timezone.
+ */
+ "unixtimeDescription": string;
+ /**
* Code (Inline)
*/
"inlineCode": string;