Skip to content

Commit

Permalink
Merge pull request #49 from Akollade/fr-datetime-format
Browse files Browse the repository at this point in the history
Use french datetime format as default in french translations
  • Loading branch information
pxlrbt authored Jul 31, 2024
2 parents 37a083e + 499ab5b commit 251228a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/lang/fr/activities.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

'title' => 'Historique :record',

'default_datetime_format' => 'Y-m-d, H:i:s',
'default_datetime_format' => 'd/m/Y, H:i:s',

'table' => [
'field' => 'Champ',
Expand Down

0 comments on commit 251228a

Please sign in to comment.