From 3987b13e31f669d79836cc6ed84105e9be0f9482 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Milo=C5=A1=20Lapi=C5=A1?= Date: Fri, 28 Oct 2022 23:32:41 +0200 Subject: [PATCH] fix(lang): fix "Not enough non-option arguments" message for the Czech language (#2242) --- locales/cs.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locales/cs.json b/locales/cs.json index 18507772d..639487564 100644 --- a/locales/cs.json +++ b/locales/cs.json @@ -15,7 +15,7 @@ "generated-value": "generovaná-hodnota", "Not enough non-option arguments: got %s, need at least %s": { "one": "Nedostatek argumentů: zadáno %s, je potřeba alespoň %s", - "other": "Nedostatek argumentů: zadáno %s, je potřeba alespoň %s", + "other": "Nedostatek argumentů: zadáno %s, je potřeba alespoň %s" }, "Too many non-option arguments: got %s, maximum of %s": { "one": "Příliš mnoho argumentů: zadáno %s, maximálně %s",