Skip to content

Commit

Permalink
Portuguese Date Fixed .pm (#624)
Browse files Browse the repository at this point in the history
* Update pt.pm

---------

Co-authored-by: Denny Korsukéwitz <[email protected]>
  • Loading branch information
Bashizz and dennykorsukewitz authored Jan 10, 2025
1 parent 0e84740 commit 3b90ea8
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Kernel/Language/pt.pm
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3b90ea8

Please sign in to comment.