UNPKG

@sodacore/i18n

Version:

Sodacore i18n is a plugin that offers internationalisation and localisation support for the Sodacore framework.

8 lines (7 loc) 297 B
import 'reflect-metadata'; import I18nPlugin from './module/plugin'; import I18nService from './service/i18n'; import I18nProvider from './provider/i18n'; import TranslateTransform from './transform/translate'; export default I18nPlugin; export { I18nProvider, I18nService, TranslateTransform, };