Browse Source

Maintenance: Replace problematic source string.

Martin Gruner 11 months ago
parent
commit
0509ddf57c

+ 1 - 1
app/frontend/shared/components/Form/fields/FieldDate/FieldDateTimeInput.vue

@@ -91,7 +91,7 @@ const locale: flatpickr.CustomLocale = {
       i18n.t('December'),
     ],
   },
-  rangeSeparator: ` ${i18n.t('to')} `,
+  rangeSeparator: ' - ',
   weekAbbreviation: i18n.t('CW'),
 }
 

+ 0 - 4
i18n/zammad.pot

@@ -16724,10 +16724,6 @@ msgstr ""
 msgid "timestamp - e. g. \"2018-08-30 14:30\""
 msgstr ""
 
-#: app/frontend/shared/components/Form/fields/FieldDate/FieldDateTimeInput.vue
-msgid "to"
-msgstr ""
-
 #: app/views/knowledge_base/public/not_found.html.erb
 msgid "to go to the homepage."
 msgstr ""