From 95412bd2036f3b58a6a51100d6f1ae9e38fbdc8a Mon Sep 17 00:00:00 2001 From: Ahmed Ejaz Date: Tue, 24 Feb 2026 20:27:14 +0500 Subject: [PATCH] Update Finnish date and datetime formats in locale file --- config/locales/fi.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/locales/fi.yml b/config/locales/fi.yml index e1d19e03d3..57362a09d0 100644 --- a/config/locales/fi.yml +++ b/config/locales/fi.yml @@ -4674,8 +4674,8 @@ fi: or_enter_new_card: "Tai anna uuden kortin tiedot:" remember_this_card: Muistatko tämän kortin? date_picker: - flatpickr_date_format: "Vuosi" - flatpickr_datetime_format: "Vuosi H:i" + flatpickr_date_format: "d.m.Y" + flatpickr_datetime_format: "d.m.Y H:i" today: "Tänään" now: "Nyt" close: "Sulje"