Skip to content

Commit

Permalink
fix: update Occitan locale Catalan locale (#630)
Browse files Browse the repository at this point in the history
* 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
  • Loading branch information
Quenty31 authored and iamkun committed Jul 15, 2019
1 parent 0accdf1 commit fef135e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion src/locale/ca.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ const locale = {
llll: 'ddd D MMM YYYY, H:mm'
},
relativeTime: {
future: 'en %s',
future: 'd\'aquí %s',
past: 'fa %s',
s: 'uns segons',
m: 'un minut',
Expand Down
8 changes: 4 additions & 4 deletions src/locale/oc-lnc.js
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand All @@ -16,7 +16,7 @@ const locale = {
LLLL: 'dddd D MMMM [de] YYYY [a] H:mm'
},
relativeTime: {
future: 'en %s',
future: 'd\'aquí %s',
past: 'fa %s',
s: 'unas segondas',
m: 'una minuta',
Expand Down

0 comments on commit fef135e

Please sign in to comment.