Update i18n README

This commit is contained in:
Sam Becker 2025-06-19 19:12:32 -05:00
parent 45ef9b8ff1
commit 624357b74f

View File

@ -267,7 +267,6 @@ Partial internationalization (for non-admin, user-facing text) provided for a ha
### Supported Languages
- `en-us`
- `es-es` (coming soon)
- `pt-br`
- `pt-pt`
- `id-id`
@ -276,7 +275,7 @@ Partial internationalization (for non-admin, user-facing text) provided for a ha
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 [en-us.ts](https://github.com/sambecker/exif-photo-blog/blob/main/src/i18n/locales/en-us.ts) as reference.
Thank you ❤️ translators: [@sconetto](https://github.com/sconetto) (`pt-br`, `pt-pt`), [@brandnholl](https://github.com/brandnholl) (`id-id`), [@TongEc](https://github.com/TongEc) (`zh-cn`), [Jahidul Islam](https://github.com/xahidex) (`bd-bn`)
Thank you ❤️ translators: [@sconetto](https://github.com/sconetto) (`pt-br`, `pt-pt`), [@brandnholl](https://github.com/brandnholl) (`id-id`), [@TongEc](https://github.com/TongEc) (`zh-cn`), [@xahidex](https://github.com/xahidex) (`bd-bn`)
📖  FAQ
-