poe-i18n
Version:
i18n utility for Path of Exile
11 lines (10 loc) • 310 B
JavaScript
;
/**
* each interface represents a json file in locale-data/{locale}/{interface}.json
*
* Can be used in dependents with typescript < 2.9.
*
* The definitions are tested against the imported json
*/
// tslint:disable:class-name
Object.defineProperty(exports, "__esModule", { value: true });