From dcdb36a854bcd3fa43a70290640ca06bbf13fd22 Mon Sep 17 00:00:00 2001 From: Maksim Eltyshev Date: Wed, 20 Dec 2023 12:58:43 +0100 Subject: [PATCH] fix: Add missing date formats to Ukrainian translation --- client/src/locales/ua/core.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/client/src/locales/ua/core.js b/client/src/locales/ua/core.js index 5af394ea..d1860325 100644 --- a/client/src/locales/ua/core.js +++ b/client/src/locales/ua/core.js @@ -5,6 +5,8 @@ export default { dateTime: '$t(format:date) $t(format:time)', longDate: 'd MMMM', longDateTime: "d MMMM 'о' p", + fullDate: 'd MMMM y', + fullDateTime: "d MMMM y 'о' p", }, translation: {