UNPKG

@gobstones/gobstones-lang

Version:
7 lines 321 B
import { Translator } from '@gobstones/gobstones-core'; /* Added locales should be imported and added to the Translator object */ import { en } from './en'; import { es } from './es'; export const availableLocales = { en, es }; export const intl = new Translator(availableLocales, 'en'); //# sourceMappingURL=index.js.map