feat: add support for Chinese language (zh-CN) (#365)

This commit is contained in:
dream10201
2025-12-10 19:07:18 +08:00
committed by GitHub
parent 809e19e2e4
commit 1f45867eb5
5 changed files with 412 additions and 3 deletions

View File

@@ -13,6 +13,7 @@ const locales: LocaleType[] = [
{ code: 'en', name: 'English' },
{ code: 'ja', name: '日本語' },
{ code: 'pt-BR', name: 'Português' },
{ code: 'zh-CN', name: '简体中文' },
];
// The status of each test run