Add first real translations + translation.io (#9715)
This commit is contained in:
@ -83,8 +83,12 @@ export const LocalePicker = () => {
|
||||
value: 'en',
|
||||
},
|
||||
{
|
||||
label: t`Chinese`,
|
||||
value: 'zh',
|
||||
label: t`Chinese — Simplified`,
|
||||
value: 'zh-Hans',
|
||||
},
|
||||
{
|
||||
label: t`Chinese — Traditional`,
|
||||
value: 'zh-Hant',
|
||||
},
|
||||
];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user