summaryrefslogtreecommitdiff
path: root/locales
diff options
context:
space:
mode:
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;