UNPKG

@newrelic/gatsby-theme-newrelic

Version:

[![Community Project header](https://github.com/newrelic/opensource-website/raw/master/src/images/categories/Community_Project.png)](https://opensource.newrelic.com/oss-category/#community-project)

11 lines (7 loc) 264 B
import { useTranslation } from 'react-i18next'; import { getI18nConfig } from '../utils/config'; const useThemeTranslation = () => { const { themeNamespace } = getI18nConfig({}); return useTranslation(themeNamespace); }; export default useThemeTranslation;