From 3b90ea863a92a335ed5772421da4eb293f17f2b4 Mon Sep 17 00:00:00 2001 From: Ivo Oliveira <128880860+Bashizz@users.noreply.github.com> Date: Fri, 10 Jan 2025 12:58:57 +0000 Subject: [PATCH] Portuguese Date Fixed .pm (#624) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Update pt.pm --------- Co-authored-by: Denny Korsukéwitz --- Kernel/Language/pt.pm | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Kernel/Language/pt.pm b/Kernel/Language/pt.pm index abf5be6e21..f1b4e420f9 100644 --- a/Kernel/Language/pt.pm +++ b/Kernel/Language/pt.pm @@ -24,11 +24,11 @@ sub Data { # possible charsets $Self->{Charset} = []; # date formats (%A=WeekDay;%B=LongMonth;%T=Time;%D=Day;%M=Month;%Y=Year;) - $Self->{DateFormat} = ''; - $Self->{DateFormatLong} = ''; - $Self->{DateFormatShort} = ''; - $Self->{DateInputFormat} = ''; - $Self->{DateInputFormatLong} = ''; + $Self->{DateFormat} = '%D/%M/%Y %T'; + $Self->{DateFormatLong} = '%A %D %B %T %Y'; + $Self->{DateFormatShort} = '%D/%M/%Y'; + $Self->{DateInputFormat} = '%D/%M/%Y'; + $Self->{DateInputFormatLong} = '%D/%M/%Y - %T'; $Self->{Completeness} = 0.309719934102142; # csv separator