Skip to content

Commit

Permalink
Merge 'github/dev' into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
dennykorsukewitz committed Jan 10, 2025
2 parents 878af97 + 3b90ea8 commit 7f7219e
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 7f7219e

Please sign in to comment.