feat(locale): complete admin locale management

This commit is contained in:
2026-09-11 22:49:01 +08:00
parent 9b8d9c7391
commit c987d9c0b1
4 changed files with 112 additions and 51 deletions
+1 -1
View File
@@ -378,7 +378,7 @@ export interface SidCheckResult {
}
export interface LocaleRow {
kind?: string
kind: 'locale'
code: string
name: string
native_name: string