Skip to content

Commit fef135e

Browse files
Quenty31iamkun
authored andcommitted
fix: update Occitan locale Catalan locale (#630)
* Update Hormanisation with other time/date framworks * Correction and harmonisation Harmonisation + correction for the same reason as #615 * Update ca.js * Update oc-lnc.js
1 parent 0accdf1 commit fef135e

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

src/locale/ca.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ const locale = {
1717
llll: 'ddd D MMM YYYY, H:mm'
1818
},
1919
relativeTime: {
20-
future: 'en %s',
20+
future: 'd\'aquí %s',
2121
past: 'fa %s',
2222
s: 'uns segons',
2323
m: 'un minut',

src/locale/oc-lnc.js

+4-4
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@ import dayjs from 'dayjs'
22

33
const locale = {
44
name: 'oc-lnc',
5-
weekdays: 'Dimenge_Diluns_Dimars_Dimècres_Dijòus_Divendres_Dissabte'.split('_'),
5+
weekdays: 'dimenge_diluns_dimars_dimècres_dijòus_divendres_dissabte'.split('_'),
66
weekdaysShort: 'Dg_Dl_Dm_Dc_Dj_Dv_Ds'.split('_'),
7-
months: 'Genièr_Febrièr_Març_Abrial_Mai_Junh_Julhet_Agost_Setembre_Octòbre_Novembre_Decembre'.split('_'),
8-
monthsShort: 'Gen_Feb_Març_Abr_Mai_Junh_Julh_Ago_Set_Oct_Nov_Dec'.split('_'),
7+
months: 'genièr_febrièr_març_abrial_mai_junh_julhet_agost_setembre_octòbre_novembre_decembre'.split('_'),
8+
monthsShort: 'gen_feb_març_abr_mai_junh_julh_ago_set_oct_nov_dec'.split('_'),
99
weekStart: 1,
1010
formats: {
1111
LT: 'H:mm',
@@ -16,7 +16,7 @@ const locale = {
1616
LLLL: 'dddd D MMMM [de] YYYY [a] H:mm'
1717
},
1818
relativeTime: {
19-
future: 'en %s',
19+
future: 'd\'aquí %s',
2020
past: 'fa %s',
2121
s: 'unas segondas',
2222
m: 'una minuta',

0 commit comments

Comments
 (0)