mirror of
https://github.com/certd/certd.git
synced 2026-05-17 13:57:31 +08:00
chore: code format
This commit is contained in:
@@ -19,10 +19,10 @@ export interface LanguageOption {
|
||||
export const SUPPORT_LANGUAGES: LanguageOption[] = [
|
||||
{
|
||||
label: "简体中文",
|
||||
value: "zh-CN"
|
||||
value: "zh-CN",
|
||||
},
|
||||
{
|
||||
label: "English",
|
||||
value: "en-US"
|
||||
}
|
||||
value: "en-US",
|
||||
},
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user