问题 I'm using i18next in a project and can't get around including html tags in translation files and having them properly rendered. An example of my .json translation file: "en": { "product": { "header": "Welcome, <strong>User!</strong>" } } There is an excellent answer to this question, but relating to JQuery. I'm not using JQuery, my project is React and here is the setup that I have: import i18next from 'i18next'; import en from 'locales/en'; i18next. init({ lng: 'en', fallbackLng: false,