Update readme languages
This commit is contained in:
parent
5533ac39cb
commit
0cffeeec1c
1
.vscode/settings.json
vendored
1
.vscode/settings.json
vendored
@ -47,6 +47,7 @@
|
||||
"ratelimit",
|
||||
"ratelimiter",
|
||||
"Reala",
|
||||
"sconetto",
|
||||
"skippable",
|
||||
"sonner",
|
||||
"Streamable",
|
||||
|
||||
@ -262,8 +262,10 @@ Partial internationalization (non-admin, user-facing text) provided for a handfu
|
||||
### Supported Languages
|
||||
- `US_EN`
|
||||
- `ES_ES` (coming soon)
|
||||
- `PT_BR` (coming soon)
|
||||
- `PT_PT` (coming soon)
|
||||
- `PT_BR`
|
||||
- `PT_PT`
|
||||
|
||||
Thank you ❤️ translators: [@sconetto](https://github.com/sconetto)
|
||||
|
||||
📖 FAQ
|
||||
-
|
||||
|
||||
@ -117,8 +117,8 @@ const TEXT: I18NDeepPartial = {
|
||||
count: number,
|
||||
action?: string,
|
||||
) => action
|
||||
? `${action} ${index} de ${count}`
|
||||
: `${index} de ${count}`,
|
||||
? `${action} ${index} de ${count}`
|
||||
: `${index} de ${count}`,
|
||||
},
|
||||
dateLocale: ptBR,
|
||||
};
|
||||
|
||||
@ -117,8 +117,8 @@ const TEXT: I18NDeepPartial = {
|
||||
count: number,
|
||||
action?: string,
|
||||
) => action
|
||||
? `${action} ${index} de ${count}`
|
||||
: `${index} de ${count}`,
|
||||
? `${action} ${index} de ${count}`
|
||||
: `${index} de ${count}`,
|
||||
},
|
||||
dateLocale: pt,
|
||||
};
|
||||
|
||||
Loading…
Reference in New Issue
Block a user