Closed NiklasBuchfink closed 1 year ago
Works: "one_of": "Vrijednost {field} mora biti važeća vrijednost", Does not work: "numeric": "{field} može sadrživati samo numeričke znakove",
"one_of": "Vrijednost {field} mora biti važeća vrijednost",
"numeric": "{field} može sadrživati samo numeričke znakove",
Great repo to test this: https://github.com/NiklasBuchfink/vee-validate/tree/main https://inlang.com/editor/github.com/NiklasBuchfink/vee-validate
https://github.com/inlang/inlang/commit/046e5847a2a8a75233be39f663a470b9bd588898
This fixed the problem.
This introduced a new bug in the plugin.
Haha and here begins the placeholder bugfixing :D
Works:
"one_of": "Vrijednost {field} mora biti važeća vrijednost",
Does not work:"numeric": "{field} može sadrživati samo numeričke znakove",
Great repo to test this: https://github.com/NiklasBuchfink/vee-validate/tree/main https://inlang.com/editor/github.com/NiklasBuchfink/vee-validate