Skip to content
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

i18n ? #38

Closed
revskill10 opened this issue Nov 2, 2018 · 1 comment
Closed

i18n ? #38

revskill10 opened this issue Nov 2, 2018 · 1 comment

Comments

@revskill10
Copy link

Should we predefine i18n messages for all langs , and specify language when doing

const v = new Validator(language)

?

@icebob
Copy link
Owner

icebob commented Nov 3, 2018

It doesn't work. Use similar solution:

const validators = {
	en: new Validator({ messages: { ... }}),
	de: new Validator({ messages: { ... }})
	// ...
}

validators[language].validate(...)

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

No branches or pull requests

2 participants