changeset 4709:e6fb2b6ecf36

omit datetimelocalization
author Thomas Junk <thomas.junk@intevation.de>
date Thu, 17 Oct 2019 10:40:29 +0200
parents 6a0fa1e0224d
children 558417908b37
files client/src/lib/datelocalization.js
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/client/src/lib/datelocalization.js	Thu Oct 17 09:32:06 2019 +0200
+++ b/client/src/lib/datelocalization.js	Thu Oct 17 10:40:29 2019 +0200
@@ -1,6 +1,6 @@
 import app from "@/main";
 const localeDateString = {
-  dateTime: app.$gettext("%a %e %b %X %Y"),
+  dateTime: "%a %e %b %X %Y",
   date: app.$gettext("%d/%m/%Y"),
   time: app.$gettext("%H:%M:%S"),
   periods: [app.$gettext("AM"), app.$gettext("PM")],