Skip to content

Fixed 'en' translations and added 'it' translations #30

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Feb 27, 2025

Conversation

BoGnY
Copy link
Contributor

@BoGnY BoGnY commented Feb 26, 2025

The en translation was wrong.

If you use ValidMoney(min: 10, max: 100) which I assume means 10 < value < 100 and pass 1 as the value, the english error was The value must be less than 10 which makes no sense because 1 is less than 10 😅

The french translation is indeed correct: Cette valeur doit être supérieur à 10.

I took this opportunity to add the Italian translation.

@QuentinGab QuentinGab merged commit 288eae4 into ElegantEngineeringTech:main Feb 27, 2025
1 check passed
@QuentinGab
Copy link
Contributor

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants