Skip to content

v3.2.0

Compare
Choose a tag to compare
@SBoudrias SBoudrias released this 21 Mar 04:09
· 14 commits to master since this release

Now support hooks!

import { useI18n } from 'react-i18n-jed';

const Comp = () => {
    const { gettext } = useI18n();
	return gettext('Hi');
}