Skip to content

Commit

Permalink
cleaned up configs
Browse files Browse the repository at this point in the history
  • Loading branch information
Zolmeister committed Jul 18, 2013
1 parent f254c36 commit d9cd49f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 8 deletions.
8 changes: 2 additions & 6 deletions bin/boilerplates/config/i18n.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,6 @@ module.exports.i18n = {
defaultLocale: 'en',

// Where are your locale translations located?
localesDirectory: '/config/locales',

// Which format are your locales in?
// available: [po, plist, json]
translationType: 'json'

localesDirectory: '/config/locales'

};
3 changes: 1 addition & 2 deletions lib/configuration/defaults.js
Original file line number Diff line number Diff line change
Expand Up @@ -115,8 +115,7 @@ module.exports = function (sails) {
i18n: {
locales: ['en', 'es'],
defaultLocale: 'en',
localesDirectory: 'config/locales',
translationType: 'json'
localesDirectory: 'config/locales'
},


Expand Down

0 comments on commit d9cd49f

Please sign in to comment.