diff --git a/README.md b/README.md index 27a39ab6..00dc089f 100644 --- a/README.md +++ b/README.md @@ -257,7 +257,7 @@ Vercel Postgres can be switched to another Postgres-compatible, pooling provider 💬   I18N - -Partial internationalization (non-admin, user-facing text) provided for a handful of languages. Set your language by setting the environment variable `NEXT_PUBLIC_LOCALE`. If you'd like to add support for a new language, open a PR [using `US_EN`](https://github.com/sambecker/exif-photo-blog/main/src/i18n/locales/us-en.ts) for reference. +Partial internationalization (non-admin, user-facing text) provided for a handful of languages. Set your language by setting the environment variable `NEXT_PUBLIC_LOCALE`. If you'd like to add support for a new language, open a PR [using `US_EN`](https://github.com/sambecker/exif-photo-blog/blob/main/src/i18n/locales/us-en.ts) for reference. ### Supported Languages - `US_EN` diff --git a/src/admin/AdminAppConfigurationClient.tsx b/src/admin/AdminAppConfigurationClient.tsx index d05e65fe..d3465634 100644 --- a/src/admin/AdminAppConfigurationClient.tsx +++ b/src/admin/AdminAppConfigurationClient.tsx @@ -301,9 +301,9 @@ export default function AdminAppConfigurationClient({ {' '} - supported locales + supported languages ): {renderEnvVars(['NEXT_PUBLIC_LOCALE'])}