cross-check / core

A validation library for JavaScript.
Other
4 stars 0 forks source link

Investigate Internationalization #3

Open wycats opened 7 years ago

wycats commented 7 years ago

Right now, validators produce a message. We could in principle have them produce an i18n key, but that wouldn't really be compatible with more robust i18n solutions like MessageFormat.

We should decide what format we need the message to be in to properly support various i18n solutions.

wycats commented 7 years ago

Reading material: https://messageformat.github.io/

sohara commented 7 years ago

Currently Copilot employs and Ember addon called called ember-i18n for i18n. So far it works well, but we've only i18n'd a small subset of the overall copy/ui (to say nothing of data) within the app.

I will just comment some questions here: