freightos-i18n
v1.2.1
Published
A way to share i18n translations between the host site and the microfronts
Readme
freightos-i18n
A way to share i18n translations between the host site and the microfronts
Install
npm install --save freightos-i18nUsage
import React, { Component } from 'react'
import MyComponent from 'freightos-i18n'
import 'freightos-i18n/dist/index.css'
class Example extends Component {
render() {
return <MyComponent />
}
}License
MIT © omzer
