zlocalz
Version:
ZLocalz - TUI Locale Guardian for Flutter ARB l10n/i18n validation and translation with AI-powered fixes
14 lines • 410 B
TypeScript
import * as blessed from 'blessed';
export declare class ICUView {
private container;
private tree;
constructor(parent: blessed.Widgets.Node);
setContent(targetValue: string, sourceValue?: string): void;
private formatICU;
private buildTree;
private findStructuralDifferences;
private extractBranches;
show(): void;
hide(): void;
}
//# sourceMappingURL=icu-view.d.ts.map