This commit is contained in:
syuilo
2020-02-15 23:13:59 +09:00
parent bef67fa275
commit 6f7832c09b
2 changed files with 25 additions and 1 deletions

View File

@ -16,7 +16,7 @@ export function kinds() {
endpoints: [],
descs: fromEntries(
Object.keys(locale)
.map(l => [l, locale[l].common.permissions[k] as string] as [string, string])
.map(l => [l, locale[l]._permissions[k] as string] as [string, string])
) as { [x: string]: string; }
}] as [ string, IKindInfo ])
) as { [x: string]: IKindInfo; };