Skip to content

Commit

Permalink
refactor: add supportedLocales config option and comment out by default
Browse files Browse the repository at this point in the history
  • Loading branch information
thetutlage committed Oct 13, 2021
1 parent 513e953 commit f385fb2
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions templates/i18n.txt
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,18 @@ const i18nConfig: I18nConfig = {
*/
defaultLocale: 'en',

/*
|--------------------------------------------------------------------------
| Supported locales
|--------------------------------------------------------------------------
|
| Optionally define an array of locales that your application supports. If
| not defined, we will derive this value from the translations stored
| inside the `resources/lang` directory.
|
*/
// supportedLocales: [],

/*
|--------------------------------------------------------------------------
| Report missing validation messages
Expand Down

0 comments on commit f385fb2

Please sign in to comment.