Add first real translations + translation.io (#9715)

This commit is contained in:
Félix Malfait
2025-01-17 14:59:19 +01:00
committed by GitHub
parent f8f9bb2b78
commit 2efc71b5cb
23 changed files with 1943 additions and 1046 deletions

View File

@ -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',
},
];