Skip to content

Commit

Permalink
Merge pull request #991 from rsempe/fr-date-no-padded-days
Browse files Browse the repository at this point in the history
Use no-padded date format for fr locale
  • Loading branch information
pama authored Apr 6, 2022
2 parents 58e7b87 + 63c160d commit 3656f27
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions rails/locale/fr-CH.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@ fr-CH:
- samedi
formats:
default: "%d.%m.%Y"
long: "%e %B %Y"
short: "%e %b"
long: "%-d %B %Y"
short: "%-d %b"
month_names:
-
- janvier
Expand Down
4 changes: 2 additions & 2 deletions rails/locale/fr-FR.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@ fr-FR:
- samedi
formats:
default: "%d/%m/%Y"
long: "%e %B %Y"
short: "%e %b"
long: "%-d %B %Y"
short: "%-d %b"
month_names:
-
- janvier
Expand Down
4 changes: 2 additions & 2 deletions rails/locale/fr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@ fr:
- samedi
formats:
default: "%d/%m/%Y"
long: "%e %B %Y"
short: "%e %b"
long: "%-d %B %Y"
short: "%-d %b"
month_names:
-
- janvier
Expand Down

0 comments on commit 3656f27

Please sign in to comment.