Hi,
currently the translation looks for logged in users, the "locale" value at the users collection and translates according to it.
How do I force it to display only Hebrew?
My settings at the moment are:
//config.js
msgfmt.init('en', {
sendPolicy: 'current'
});
//settings.json
"msgfmt": {
"native": "en",
"locales": ["he"],
"logLevel": "debug"
}
Thanks,
Avi.