poe-i18n
Version:
i18n utility for Path of Exile
6 lines (5 loc) • 299 B
TypeScript
import { Options, Stat } from './stats';
export declare type GemId = string;
export declare type Translation = string[];
export default function formatGemStats(gem_id: GemId, stats: Stat[], options?: Partial<Options>): string[];
export declare function requiredLocaleDatas(gem_id: GemId): string[];