This website works better with JavaScript
Home
Explore
Help
Sign In
biheng
/
uppy
Watch
1
Star
0
Fork
0
Files
Issues
0
Pull Requests
0
Wiki
Browse Source
Fixed trailing spaces on line 55
Martin Chrástek
7 years ago
parent
310183ab94
commit
37c60259f7
1 changed files
with
1 additions
and
1 deletions
Split View
Show Diff Stats
1
1
src/locales/cs_CZ.js
+ 1
- 1
src/locales/cs_CZ.js
View File
@@
-52
,
7
+
52
,
7
@@ cs_CZ.pluralize =
function
(
n
)
{
if
(n >=
2
&& n <=
4
) {
return
1
}
-
+
return
2
}