Skip to content

Commit

Permalink
feat: update date format in French locale file (#1840)
Browse files Browse the repository at this point in the history
* feat: update date format in French locale file

The date format in the French locale file was updated to use the "dddd D MMMM YYYY" format instead of "dddd D MMMM 2020". This change ensures that the date format includes the current year dynamically.

* chore: regen js files

---------

Co-authored-by: Jumana B <[email protected]>
  • Loading branch information
andrewleith and jzbahrai authored May 14, 2024
1 parent 399be08 commit 3ca6537
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion app/assets/javascripts/main.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion app/assets/javascripts/scheduler.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion app/assets/javascripts/scheduler/locales/fr.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ export const FR = {
message_will_be_sent: "Message sera envoyé : ",
at: "à",
date_prefix: "le ",
date_format: "dddd D MMMM 2020",
date_format: "dddd D MMMM YYYY",
time_format: "H [h] mm",
cancel: "Vous pourrez annuler cet envoi avant l’heure prévue.",
select_date: "Sélectionnez une date et une heure pour programmer l’envoi.",
Expand Down

0 comments on commit 3ca6537

Please sign in to comment.