summaryrefslogtreecommitdiffstats
path: root/ui/src/components/moment-time.tsx
diff options
context:
space:
mode:
authorDessalines <happydooby@gmail.com>2019-08-15 14:11:02 -0700
committerDessalines <happydooby@gmail.com>2019-08-15 14:11:02 -0700
commit791fdec674ac7431c9daf9046a36d78a27e59555 (patch)
tree618551bd8c0588262f2ec6f1478d581005771a99 /ui/src/components/moment-time.tsx
parent112d471ff2a7ad779067f3e2c7c257d4f1bf684c (diff)
Adding moment translation, and to i18next.ts file.
Diffstat (limited to 'ui/src/components/moment-time.tsx')
-rw-r--r--ui/src/components/moment-time.tsx1
1 files changed, 1 insertions, 0 deletions
diff --git a/ui/src/components/moment-time.tsx b/ui/src/components/moment-time.tsx
index ba1e90bb..2179499f 100644
--- a/ui/src/components/moment-time.tsx
+++ b/ui/src/components/moment-time.tsx
@@ -3,6 +3,7 @@ import * as moment from 'moment';
// import 'moment/locale/de';
import 'moment/locale/zh-cn';
import 'moment/locale/fr';
+import 'moment/locale/sv';
import { getLanguage } from '../utils';
import { i18n } from '../i18next';