feat: add translation status to language settings (#1717)
This commit is contained in:
parent
3e648f6fbc
commit
c5fe184281
10 changed files with 85 additions and 28 deletions
7
types/translation-status.ts
Normal file
7
types/translation-status.ts
Normal file
|
@ -0,0 +1,7 @@
|
|||
export interface ElkTranslationStatus {
|
||||
total: number
|
||||
locales: Record<string, {
|
||||
percentage: string
|
||||
total: number
|
||||
}>
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue