fix(quota): translate Codex window labels at render time
This commit is contained in:
@@ -37,6 +37,7 @@ export interface GeminiCliQuotaState {
|
||||
export interface CodexQuotaWindow {
|
||||
id: string;
|
||||
label: string;
|
||||
labelKey?: string;
|
||||
usedPercent: number | null;
|
||||
resetLabel: string;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user