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",
|
"ratelimit",
|
||||||
"ratelimiter",
|
"ratelimiter",
|
||||||
"Reala",
|
"Reala",
|
||||||
|
"sconetto",
|
||||||
"skippable",
|
"skippable",
|
||||||
"sonner",
|
"sonner",
|
||||||
"Streamable",
|
"Streamable",
|
||||||
|
|||||||
@ -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
|
||||||
-
|
-
|
||||||
|
|||||||
@ -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,
|
||||||
};
|
};
|
||||||
|
|||||||
@ -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,
|
||||||
};
|
};
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user