diff client/src/lib/datelocalization.js @ 4711:13575ffb8c1f

hydrological_conditions: unify localization for brush and diagram
author Thomas Junk <thomas.junk@intevation.de>
date Thu, 17 Oct 2019 12:07:06 +0200
parents 558417908b37
children
line wrap: on
line diff
--- a/client/src/lib/datelocalization.js	Thu Oct 17 11:51:23 2019 +0200
+++ b/client/src/lib/datelocalization.js	Thu Oct 17 12:07:06 2019 +0200
@@ -2,7 +2,7 @@
 const localeDateString = {
   dateTime: "%a %e %b %X %Y",
   date: "%d/%m/%Y",
-  time: app.$gettext("%H:%M:%S"),
+  time: "%H:%M:%S",
   periods: [app.$gettext("AM"), app.$gettext("PM")],
   days: [
     app.$gettext("Sunday"),