Währungs-Trennpunkt und Datumsformat?

Ich bin eben von 3.3.1 auf 3.4 umgestiegen. Nun werden mir auf Angeboten und Rechnungen die Beträge mit einem Komma statt Punkt getrennt und das Datum erscheint im Format DD/MM/YYYY statt DD.MM.YYY

Wo kann ich das konfigurieren?

What is the language code that is shown on tooltip that appear when mouse is hover the login on top right of screen ?

Aktuelle Benutzersprache: de_DE

Normalerweise geschieht das über das main.lang Übersetzungsfile:

SeparatorDecimal=,
SeparatorThousand=.
FormatDateShort=%d.%m.%Y
FormatDateShortJava=dd.MM.yyyy
FormatHourShort=%H:%M
FormatDateTextShort=%d %b %Y
FormatDateText=%d %B %Y
FormatDateHourShort=%d.%m.%Y %H:%M
FormatDateHourTextShort=%d %b %Y %H:%M
FormatDateHourText=%d %B %Y %H:%M

Aber bei mir funktioniert es seit dem Update auf 3.4.0 auch nicht mehr

Hat etwas gedauert, aber jetzt habe ich die Übersetzung für das mai.lang File:

SeparatorDecimal=,
SeparatorThousand=.
FormatDateShort=%d.%m.%Y
FormatDateShortInput=%d.%m.%Y
FormatDateShortJava=dd.MM.yyyy
FormatDateShortJavaInput=dd.MM.yyyy
FormatDateShortJQuery=dd.mm.yy
FormatDateShortJQueryInput=dd.mm.yy
FormatHourShort=%M:%H
FormatHourShortDuration=%M:%H
FormatDateTextShort=%d %b %Y
FormatDateText=%d %B %Y
FormatDateHourShort=%d.%m.%Y %H:%M
FormatDateHourSecShort=%d.%m.%Y %H:%M:%S
FormatDateHourTextShort=%d %b %Y %H:%M
FormatDateHourText=%d %B %Y %H:%M

Damit müßte jetzt alles wieder funktionieren.

1 Like