Refine i18n readme instructions

This commit is contained in:
Sam Becker 2025-05-14 09:30:13 -05:00
parent e00cfb6926
commit 0963490f17
2 changed files with 4 additions and 3 deletions

View File

@ -47,7 +47,6 @@
"ratelimit", "ratelimit",
"ratelimiter", "ratelimiter",
"Reala", "Reala",
"sconetto",
"skippable", "skippable",
"sonner", "sonner",
"Streamable", "Streamable",

View File

@ -257,7 +257,7 @@ Vercel Postgres can be switched to another Postgres-compatible, pooling provider
💬   I18N 💬   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/blob/main/src/i18n/locales/us-en.ts) for reference. Partial internationalization (for non-admin, user-facing text) provided for a handful of languages. Configure locale by setting environment variable `NEXT_PUBLIC_LOCALE`.
### Supported Languages ### Supported Languages
- `US_EN` - `US_EN`
@ -266,7 +266,9 @@ Partial internationalization (non-admin, user-facing text) provided for a handfu
- `PT_PT` - `PT_PT`
- `ID_ID` - `ID_ID`
Thank you ❤️ translators: [@sconetto](https://github.com/sconetto), [@brandnholl](https://github.com/brandnholl) To add support for a new language, open a PR following instructions in [/src/i18n/index.ts](https://github.com/sambecker/exif-photo-blog/blob/main/src/i18n/index.ts), using [`US_EN`](https://github.com/sambecker/exif-photo-blog/blob/main/src/i18n/locales/us-en.ts) as reference.
Thank you ❤️ translators: [@sconetto](https://github.com/sconetto) [@brandnholl](https://github.com/brandnholl)
📖  FAQ 📖  FAQ
- -