Skip to content

Conversation

adamvx
Copy link

@adamvx adamvx commented Oct 9, 2025

This PR adds Slovak (sk) translations.

I translated all messages myself as a native Slovak speaker, aiming to keep them consistent with other languages.
I’d appreciate it if someone could review the translations for accuracy.

Copy link

vercel bot commented Oct 9, 2025

Someone is attempting to deploy a commit to the Valibot Team on Vercel.

A member of the Team first needs to authorize it.

@dosubot dosubot bot added size:XL This PR changes 500-999 lines, ignoring generated files. enhancement New feature or request labels Oct 9, 2025
Copy link

@martinzilak martinzilak left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Overall looks (and sounds) good to me, Slovak is my first language.

base64: (issue) => `Neplatný Base64: Prijaté ${issue.received}`,
bic: (issue) => `Neplatný BIC: Prijaté ${issue.received}`,
bytes: (issue) => `Neplatné bajty: Očakávané ${issue.expected}, ale prijaté ${issue.received}`,
check: (issue) => `Neplatný vstup: Prijaté ${issue.received}`,

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nit: while less precise, it might sound more natural to use Neplatná vstupná hodnota or perhaps Neplatná vložená hodnota.

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Its translated this way because I tried to keep translations consistent with other languages. Check en or cz translations for reference. But I agree with you, it would be more user readable this way.

decimal: (issue) => `Neplatné desatinné číslo: Prijaté ${issue.received}`,
digits: (issue) => `Neplatné číslice: Prijaté ${issue.received}`,
email: (issue) => `Neplatný email: Prijaté ${issue.received}`,
emoji: (issue) => `Neplatné emoji: Prijaté ${issue.received}`,

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think Slovak uses emotikon, it's debatable which is better to use, I think I'd still prefer emoji.

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yeah, I would also like to keep emoji. It is well known and less odd for me personally than emotikon

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request size:XL This PR changes 500-999 lines, ignoring generated files.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants