chore: update i18n comment, remove translations package

This commit is contained in:
Elliot DeNolf
2024-04-11 10:04:30 -04:00
parent 0ee6c31eda
commit 20d32550d2
3 changed files with 2 additions and 6 deletions

View File

@ -82,8 +82,8 @@ export default buildConfig({
}),
/**
* Payload can now accept specific translations from the @payloadcms/translations package.
* This is an optional feature.
* Payload can now accept specific translations from 'payload/i18n/en'
* This is completely optional and will default to English if not provided
*/
i18n: {
supportedLanguages: { en },