Configuration for Sails' built-in internationalization & localization features. For more information see the concepts section on internationalization.
Property | Type | Default | Details |
---|---|---|---|
locales |
['en','es','fr','de'] |
List of supported locale codes | |
localesDirectory |
'/config/locales' |
The project-relative path to the folder containing your locale translations (i.e. stringfiles) | |
defaultLocale |
'en' |
The default locale for the site. Note that this setting will be overridden for any request that sends an "Accept-Language" header (i.e. most browsers), but it's still useful if you need to localize the response for requests made by non-browser clients (e.g. cURL). | |
updateFiles |
false |
Whether to automatically add new keys to locale (translation) files when they are encountered during a request. |