Fix locale links/language

This commit is contained in:
Sam Becker 2025-05-10 18:01:17 -05:00
parent def1091ee9
commit a596476e12
2 changed files with 3 additions and 3 deletions

View File

@ -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`

View File

@ -301,9 +301,9 @@ export default function AdminAppConfigurationClient({
{' '}
<AdminLink
// eslint-disable-next-line max-len
href="https://github.com/sambecker/exif-photo-blog?tab=readme-ov-file#supported-locales"
href="https://github.com/sambecker/exif-photo-blog?tab=readme-ov-file#supported-languages"
>
supported locales
supported languages
</AdminLink>
):
{renderEnvVars(['NEXT_PUBLIC_LOCALE'])}