diff --git a/templates/i18n.txt b/templates/i18n.txt index 135f5b6..c49f0fb 100644 --- a/templates/i18n.txt +++ b/templates/i18n.txt @@ -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