fix(locales): use loader over driver

This commit is contained in:
Harminder Virk 2017-11-28 20:54:53 +05:30
parent bfeb193eb4
commit c4e9583325

View File

@ -136,16 +136,16 @@ module.exports = {
locales: { locales: {
/* /*
|-------------------------------------------------------------------------- |--------------------------------------------------------------------------
| Driver | Loader
|-------------------------------------------------------------------------- |--------------------------------------------------------------------------
| |
| The driver to be used for fetching and updating locales. Below is the | The loader to be used for fetching and updating locales. Below is the
| list of available options. | list of available options.
| |
| file, database | file, database
| |
*/ */
driver: 'file', loader: 'file',
/* /*
|-------------------------------------------------------------------------- |--------------------------------------------------------------------------