UNPKG

sparnatural

Version:

Visual client-side SPARQL query builder and knowledge graph exploration tool

13 lines 308 B
import enLabels from "../lang/en.json"; import frLabels from "../lang/fr.json"; export class I18n { constructor() { } static init(lang) { I18n.labels = I18n.i18nLabelsResources[lang]; } } I18n.i18nLabelsResources = { en: enLabels, fr: frLabels, }; //# sourceMappingURL=I18n.js.map