Update readme languages

This commit is contained in:
Sam Becker 2025-05-11 15:34:18 -05:00
parent 5533ac39cb
commit 0cffeeec1c
4 changed files with 9 additions and 6 deletions

View File

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

View File

@ -262,8 +262,10 @@ Partial internationalization (non-admin, user-facing text) provided for a handfu
### Supported Languages ### Supported Languages
- `US_EN` - `US_EN`
- `ES_ES` (coming soon) - `ES_ES` (coming soon)
- `PT_BR` (coming soon) - `PT_BR`
- `PT_PT` (coming soon) - `PT_PT`
Thank you ❤️ translators: [@sconetto](https://github.com/sconetto)
📖  FAQ 📖  FAQ
- -

View File

@ -117,8 +117,8 @@ const TEXT: I18NDeepPartial = {
count: number, count: number,
action?: string, action?: string,
) => action ) => action
? `${action} ${index} de ${count}` ? `${action} ${index} de ${count}`
: `${index} de ${count}`, : `${index} de ${count}`,
}, },
dateLocale: ptBR, dateLocale: ptBR,
}; };

View File

@ -117,8 +117,8 @@ const TEXT: I18NDeepPartial = {
count: number, count: number,
action?: string, action?: string,
) => action ) => action
? `${action} ${index} de ${count}` ? `${action} ${index} de ${count}`
: `${index} de ${count}`, : `${index} de ${count}`,
}, },
dateLocale: pt, dateLocale: pt,
}; };