Skip to content

Commit

Permalink
fix: wrong placeholder in CS localization (#3959)
Browse files Browse the repository at this point in the history
  • Loading branch information
Liwoj committed Oct 18, 2022
1 parent e01c1ce commit a4603fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/i18n/src/locale/cs.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"ext": "{field} musí být validní soubor",
"image": "{field} musí být obrázek",
"integer": "Pole {field} musí být celé číslo",
"length": "Pole {field} musí mít délku 0:{délka}",
"length": "Pole {field} musí mít délku 0:{length}",
"max_value": "Pole {field} musí být 0:{max}, nebo mensí",
"max": "{field} nesmí být delší než 0:{length} znaků",
"mimes": "Pole {field} musí být správný typ souboru",
Expand Down

0 comments on commit a4603fa

Please sign in to comment.