From a596476e1234ec4c89d830edeec9fed4850ef35a Mon Sep 17 00:00:00 2001 From: Sam Becker Date: Sat, 10 May 2025 18:01:17 -0500 Subject: [PATCH] Fix locale links/language --- README.md | 2 +- src/admin/AdminAppConfigurationClient.tsx | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) 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'])}