Skip to content

Commit

Permalink
fix: Update lv (Latvian) locale relative time (#1192)
Browse files Browse the repository at this point in the history
  • Loading branch information
edgarsn authored and iamkun committed Nov 10, 2020
1 parent 236a2d8 commit 6d6c684
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions src/locale/lv.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,21 @@ const locale = {
LL: 'YYYY. [gada] D. MMMM',
LLL: 'YYYY. [gada] D. MMMM, HH:mm',
LLLL: 'YYYY. [gada] D. MMMM, dddd, HH:mm'
},
relativeTime: {
future: 'pēc %s',
past: 'pirms %s',
s: 'dažām sekundēm',
m: 'minūtes',
mm: '%d minūtēm',
h: 'stundas',
hh: '%d stundām',
d: 'dienas',
dd: '%d dienām',
M: 'mēneša',
MM: '%d mēnešiem',
y: 'gada',
yy: '%d gadiem'
}
}

Expand Down

0 comments on commit 6d6c684

Please sign in to comment.