From 624357b74fe80ae59e21b672597804a336bb0857 Mon Sep 17 00:00:00 2001 From: Sam Becker Date: Thu, 19 Jun 2025 19:12:32 -0500 Subject: [PATCH] Update i18n README --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index e5414d19..d327c6ec 100644 --- a/README.md +++ b/README.md @@ -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 -