summaryrefslogtreecommitdiffstats
path: root/ui/src/components/moment-time.tsx
diff options
context:
space:
mode:
authorDessalines <tyhou13@gmx.com>2019-08-15 14:11:22 -0700
committerDessalines <tyhou13@gmx.com>2019-08-15 14:11:22 -0700
commit96eefccdc3ff6129fa516c451045e537354e2a69 (patch)
tree231ebf0e12cf6bf0324ebd15aa48217990c4bc66 /ui/src/components/moment-time.tsx
parent6fe3f6c3eb0c84e3cb5a96b8d7296ecc2468ea3d (diff)
Squashed commit of the following:
commit 3008b45a89fcfaf4941a9c64d003a684f2385908 Author: Dessalines <happydooby@gmail.com> Date: Thu Aug 15 14:11:02 2019 -0700 Adding moment translation, and to i18next.ts file. commit 620be4ecd8d5e9e9cad7418e893feb9e8f521a50 Author: Autom <40275136+AutomCoding@users.noreply.github.com> Date: Thu Aug 15 19:08:57 2019 +0200 Minor tweaks Line 74: Change grammatical gender to neutrum for undefined target. Line 126: Possibly a more accurate translation. commit e053040c58f731a9b88e9b4a0c69f7f93ba9c929 Author: Autom <40275136+AutomCoding@users.noreply.github.com> Date: Thu Aug 15 18:55:32 2019 +0200 Translate remaining Swedish commit b126b59e156a09134a537714565dfaa6b73c610b Author: Autom <40275136+AutomCoding@users.noreply.github.com> Date: Thu Aug 15 18:38:20 2019 +0200 Typo (missing apostrophe in contraction) commit 50a0c6b59006da4f96e98a2b213399f96eb4cff9 Author: Autom <40275136+AutomCoding@users.noreply.github.com> Date: Thu Aug 15 18:36:22 2019 +0200 Create sv.ts First half translated
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';