UNPKG

ethereum-lite-explorer

Version:

Ethereum Lite Explorer

6 lines (5 loc) 140 B
export class TranslationLoader { async load(locale: string) { return await import("./translation/" + locale + ".json"); } }