i18next translation outside component
问题 I'm new for i18next, trying to localize/translate website. Everything works for translation inside of component, but outside (means json files with i18n.t() it doesn't retrieve needed information, instead showing default value. I'm using create-react-app and it's default settings for folders reference, maybe this is the key problem, but I can't find out why and what to change. import i18n from '../../i18n'; const navigation = [ { 'id' : 'dashboard', 'title' : i18n.t('analytics.title', 'NOT