Wrap intl in span identifying translation

This commit is contained in:
Jamie Curnow
2025-10-02 23:06:51 +10:00
parent fcb08d3003
commit 227e818040
68 changed files with 1076 additions and 510 deletions

View File

@@ -53,7 +53,7 @@ export interface AccessList {
meta: Record<string, any>;
satisfyAny: boolean;
passAuth: boolean;
proxyHostCount: number;
proxyHostCount?: number;
// Expansions:
owner?: User;
items?: AccessListItem[];