about summary refs log tree commit diff
path: root/src/view/index.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/view/index.ts')
-rw-r--r--src/view/index.ts21
1 files changed, 0 insertions, 21 deletions
diff --git a/src/view/index.ts b/src/view/index.ts
index 645aa425b..026bea123 100644
--- a/src/view/index.ts
+++ b/src/view/index.ts
@@ -1,4 +1,3 @@
-import moment from 'moment'
 import {library} from '@fortawesome/fontawesome-svg-core'
 
 import {faArrowLeft} from '@fortawesome/free-solid-svg-icons/faArrowLeft'
@@ -16,26 +15,6 @@ import {faRetweet} from '@fortawesome/free-solid-svg-icons/faRetweet'
 import {faX} from '@fortawesome/free-solid-svg-icons/faX'
 
 export function setup() {
-  moment.updateLocale('en', {
-    relativeTime: {
-      future: 'in %s',
-      past: '%s ago',
-      s: 'a few seconds',
-      ss: '%ds',
-      m: 'a minute',
-      mm: '%dm',
-      h: 'an hour',
-      hh: '%dh',
-      d: 'a day',
-      dd: '%dd',
-      w: 'a week',
-      ww: '%dw',
-      M: 'a month',
-      MM: '%dmo',
-      y: 'a year',
-      yy: '%dy',
-    },
-  })
   library.add(
     faArrowLeft,
     faBars,