From 14ec81556768b1e1fd4c670435f0138903b4d0fb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Quent=C3=AD?= <33203663+Quenty31@users.noreply.github.com> Date: Sun, 14 Jul 2019 14:13:51 +0200 Subject: [PATCH 1/4] Update Hormanisation with other time/date framworks --- src/locale/ca.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/locale/ca.js b/src/locale/ca.js index e77867073..79e76731e 100644 --- a/src/locale/ca.js +++ b/src/locale/ca.js @@ -17,7 +17,7 @@ const locale = { llll: 'ddd D MMM YYYY, H:mm' }, relativeTime: { - future: 'en %s', + future: '\'aquí %s', past: 'fa %s', s: 'uns segons', m: 'un minut', From 9257b0a2f9673fd5b9674c72d2cb5962f1f37795 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Quent=C3=AD?= <33203663+Quenty31@users.noreply.github.com> Date: Sun, 14 Jul 2019 14:16:24 +0200 Subject: [PATCH 2/4] Correction and harmonisation Harmonisation + correction for the same reason as https://github.com/iamkun/dayjs/pull/615 --- src/locale/oc-lnc.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/locale/oc-lnc.js b/src/locale/oc-lnc.js index 8e7ec7146..1b1e213fc 100644 --- a/src/locale/oc-lnc.js +++ b/src/locale/oc-lnc.js @@ -2,10 +2,10 @@ import dayjs from 'dayjs' const locale = { name: 'oc-lnc', - weekdays: 'Dimenge_Diluns_Dimars_Dimècres_Dijòus_Divendres_Dissabte'.split('_'), + weekdays: 'dimenge_diluns_dimars_dimècres_dijòus_divendres_dissabte'.split('_'), weekdaysShort: 'Dg_Dl_Dm_Dc_Dj_Dv_Ds'.split('_'), - months: 'Genièr_Febrièr_Març_Abrial_Mai_Junh_Julhet_Agost_Setembre_Octòbre_Novembre_Decembre'.split('_'), - monthsShort: 'Gen_Feb_Març_Abr_Mai_Junh_Julh_Ago_Set_Oct_Nov_Dec'.split('_'), + months: 'genièr_febrièr_març_abrial_mai_junh_julhet_agost_setembre_octòbre_novembre_decembre'.split('_'), + monthsShort: 'gen_feb_març_abr_mai_junh_julh_ago_set_oct_nov_dec'.split('_'), weekStart: 1, formats: { LT: 'H:mm', @@ -16,7 +16,7 @@ const locale = { LLLL: 'dddd D MMMM [de] YYYY [a] H:mm' }, relativeTime: { - future: 'en %s', + future: '\'aquí %s', past: 'fa %s', s: 'unas segondas', m: 'una minuta', From 9657156aadabf11aa279b28ba81a97177fda3117 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Quent=C3=AD?= <33203663+Quenty31@users.noreply.github.com> Date: Sun, 14 Jul 2019 14:17:35 +0200 Subject: [PATCH 3/4] Update ca.js --- src/locale/ca.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/locale/ca.js b/src/locale/ca.js index 79e76731e..3ee1b1573 100644 --- a/src/locale/ca.js +++ b/src/locale/ca.js @@ -17,7 +17,7 @@ const locale = { llll: 'ddd D MMM YYYY, H:mm' }, relativeTime: { - future: '\'aquí %s', + future: 'd\'aquí %s', past: 'fa %s', s: 'uns segons', m: 'un minut', From 3a4d7049f9650e85da7d4a13771280d0905415ae Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Quent=C3=AD?= <33203663+Quenty31@users.noreply.github.com> Date: Sun, 14 Jul 2019 14:17:54 +0200 Subject: [PATCH 4/4] Update oc-lnc.js --- src/locale/oc-lnc.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/locale/oc-lnc.js b/src/locale/oc-lnc.js index 1b1e213fc..ce8a5dc0e 100644 --- a/src/locale/oc-lnc.js +++ b/src/locale/oc-lnc.js @@ -16,7 +16,7 @@ const locale = { LLLL: 'dddd D MMMM [de] YYYY [a] H:mm' }, relativeTime: { - future: '\'aquí %s', + future: 'd\'aquí %s', past: 'fa %s', s: 'unas segondas', m: 'una minuta',