UNPKG

@teikei/map

Version:

Teikei map SPA component. Teikei is the software that powers ernte-teilen.org, a website that maps out Community-supported Agriculture in Germany.

14 lines (10 loc) 330 B
import Polyglot from 'node-polyglot' import translations from './translations.json' // TODO enable user config from client page (use attribute instead of global?) // const i18n = new Polyglot({ // phrases: translations[Teikei.config.locale] // }) const i18n = new Polyglot({ phrases: translations.de }) export default i18n