5.0.0 • Published 2 years ago

ember-intl-changeset-validations v5.0.0

Weekly downloads
699
License
MIT
Repository
gitlab
Last release
2 years ago

ember-intl-changeset-validations

Adds support for ember-intl to ember-changeset-validations.

Contributor Covenant Ember Observer Score

Installation

ember install ember-intl-changeset-validations

Usage

In your project create a file with translations:

// /translations/validations/cs.json
{
  "validations": {
    "inclusion": "Musí být vybráno",
    "present": "Prosím vyplňte",
    "between": "Musí mít mezi {min} a {max} znaky",
    "invalid": "Neplatný formát",
    "email": "Nplatná e-mailová adresa"
  }
}
  • Example is for the cs locale.
  • All validation messages have to be nested under validations key.
  • Make sure to check the list of all the possible default validation messages.

From now on all the validation messages from ember-changeset-validation should be translated.

You can see it in action in the dummy app:

Example dummy app

Compatibility

  • Ember.js v3.20 or above
  • Ember CLI v3.20 or above
  • Node.js v12 or above

Credits

License

This project is licensed under the MIT License.

5.0.0

2 years ago

4.0.0

2 years ago

3.0.2

3 years ago

3.0.1

3 years ago

3.0.0

3 years ago

2.0.1

4 years ago

2.0.0

4 years ago

1.1.0

5 years ago

1.0.0

5 years ago

0.1.4

5 years ago

0.1.3

6 years ago

0.1.2

6 years ago

0.1.1

6 years ago

0.1.0

6 years ago