feat(docs): allow edit any locale file (#2099)
This commit is contained in:
parent
f635e0a634
commit
69f9004917
5 changed files with 42 additions and 13 deletions
|
@ -1,6 +1,7 @@
|
|||
export interface LocaleEntry {
|
||||
title: string
|
||||
file: string
|
||||
useFile: string
|
||||
translated: string[]
|
||||
missing: string[]
|
||||
outdated: string[]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue