Skip to content

Commit

Permalink
fix(): Add missing czech language locale (#461)
Browse files Browse the repository at this point in the history
* Add Czech support
  • Loading branch information
dfridrich authored and iamkun committed Feb 2, 2019
1 parent 1e185b5 commit 7e04004
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/locale/cs.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,16 +17,16 @@ const locale = {
future: 'za %s',
past: 'před %s',
s: 'několik sekund',
m: 'minutu',
m: 'minuta',
mm: '%d minut',
h: 'hodinu',
h: 'hodina',
hh: '%d hodin',
d: 'den',
dd: '%d dní',
dd: '%d dnů',
M: 'měsíc',
MM: '%d měsícú',
MM: '%d měsíců',
y: 'rok',
yy: '%d let'
yy: '%d roků'
}
}

Expand Down

0 comments on commit 7e04004

Please sign in to comment.