Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 3987b13

Browse files
authored
fix(lang): fix "Not enough non-option arguments" message for the Czech language (#2242)
1 parent 6cd8e2d commit 3987b13

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

locales/cs.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"generated-value": "generovaná-hodnota",
1616
"Not enough non-option arguments: got %s, need at least %s": {
1717
"one": "Nedostatek argumentů: zadáno %s, je potřeba alespoň %s",
18-
"other": "Nedostatek argumentů: zadáno %s, je potřeba alespoň %s",
18+
"other": "Nedostatek argumentů: zadáno %s, je potřeba alespoň %s"
1919
},
2020
"Too many non-option arguments: got %s, maximum of %s": {
2121
"one": "Příliš mnoho argumentů: zadáno %s, maximálně %s",

0 commit comments

Comments
 (0)