Fix locale links/language
This commit is contained in:
parent
def1091ee9
commit
a596476e12
@ -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`
|
||||
|
||||
@ -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'])}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user