Open wycats opened 7 years ago
Reading material: https://messageformat.github.io/
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:
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.