fix(locales): use loader over driver
This commit is contained in:
parent
bfeb193eb4
commit
c4e9583325
|
@ -136,16 +136,16 @@ module.exports = {
|
|||
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.
|
||||
|
|
||||
| file, database
|
||||
|
|
||||
*/
|
||||
driver: 'file',
|
||||
loader: 'file',
|
||||
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
|
|
Loading…
Reference in New Issue
Block a user