Skip to content
This repository has been archived by the owner on Aug 5, 2024. It is now read-only.

Commit

Permalink
Update lcoales (#542)
Browse files Browse the repository at this point in the history
Update locales
  • Loading branch information
kien-ngo authored Jul 30, 2024
1 parent 7c5605c commit 88736b9
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions src/app/connect/sign-in/customization/page.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,13 @@ function Example() {

thirdweb currently supports the following locales:

```tsx
"en_US" | "es_ES" | "ja_JP" | "tl_PH";
```
| Locale | Code |
|--------|------|
| English (United States) | en_US |
| Spanish (Spain) | es_ES |
| German (Germany) | de_DE |
| Japanese (Japan) | ja_JP |
| Tagalog (Philippines) | tl_PH |
| Vietnamese (Vietnam) | vi_VN |
| French | `Coming soon` |
| Korean | `Coming soon` |

0 comments on commit 88736b9

Please sign in to comment.