Skip to content

Commit 59f6ac9

Browse files
cursoragentyashjoisar
andcommitted
Add Chinese (Simplified) locale to LocaleFormControl
Co-authored-by: yashjoisar <[email protected]>
1 parent 4f16cb6 commit 59f6ac9

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

apps/playground-web/src/app/wallets/sign-in/components/LocaleFormControl.tsx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,10 @@ const locales: {
4747
id: "fr_FR",
4848
name: "French",
4949
},
50+
{
51+
id: "zh_CN",
52+
name: "Chinese (Simplified)",
53+
},
5054
];
5155

5256
export function LocaleFormControl(props: {

0 commit comments

Comments
 (0)