Skip to content

Commit 79e220b

Browse files
erikvanekhustcc
authored andcommitted
Czech translatio (hustcc#184)
* Czech translation * fix: remove trailing whitespace * fix: indent properly
1 parent 1c58c61 commit 79e220b

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

locales/cs.js

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
module.exports = function(number, index) {
2+
return [
3+
['právě teď', 'právě teď'],
4+
['před %s vteřinami', 'za %s vteřin'],
5+
['před minutou', 'za minutu'],
6+
['před %s minutami', 'za %s minut'],
7+
['před hodinou', 'za hodinu'],
8+
['před %s hodinami', 'za %s hodin'],
9+
['včera', 'zítra'],
10+
['před %s dny', 'za %s dny'],
11+
['minulý týden', 'příští týden'],
12+
['před %s týdny', 'za %s týdnů'],
13+
['minulý měsíc', 'přístí měsíc'],
14+
['před %s měsíci', 'za %s měsíců'],
15+
['vloni', 'přístí rok'],
16+
['před %s lety', 'za %s let']
17+
][index];
18+
}

0 commit comments

Comments
 (0)