Skip to content

Commit

Permalink
Update rn.js
Browse files Browse the repository at this point in the history
Modify relative time phrases to be more grammatically correct
  • Loading branch information
karl257 authored Oct 18, 2024
1 parent e720cfe commit 912e50b
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions src/locale/rn.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,19 +11,19 @@ const locale = {
weekStart: 1,
ordinal: n => n,
relativeTime: {
future: 'mu %s',
past: '%s',
s: 'amasegonda',
m: 'Umunota',
mm: '%d iminota',
h: 'isaha',
hh: '%d amasaha',
d: 'Umunsi',
dd: '%d iminsi',
M: 'ukwezi',
MM: '%d amezi',
y: 'umwaka',
yy: '%d imyaka'
future: 'hasigaye %s',
past: 'haheze %s',
s: 'amasegonda make',
m: 'umunota umwe',
mm: 'iminota %d',
h: 'isaha imwe',
hh: 'amasaha %d',
d: 'umunsi umwe',
dd: 'iminsi %d',
M: 'ukwezi kumwe',
MM: 'amezi %d',
y: 'umwaka umwe',
yy: 'imyaka %d'
},
formats: {
LT: 'HH:mm',
Expand Down

0 comments on commit 912e50b

Please sign in to comment.