Get an array of intl keys to try for a field
getIntlLabel - Get a label for a field, for a given collection, in the current language. The evaluation is as follows : i18n(intlId) > i18n(collectionName.fieldName) > i18n(global.fieldName) > i18n(fieldName)
The values to pass to format the i18n string
The translated label
Difference with Meteor: it's now a closure, to avoid having a global "Locales" object, instead pass it from the app
Read the cookie directly
Already known locale
Create and manage a stateful registry of locales
Registry of strings for all locales
Custom validation function to check for required locales
See https://github.com/aldeed/simple-schema-js#custom-field-validation
Difference with Vulcan: it is now a closure
Generated using TypeDoc
use modelName instead