diff options
Diffstat (limited to 'locales')
| -rw-r--r-- | locales/index.d.ts | 8 |
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; |