i have multi-language next js website.
i use packge i18next. i define variable in jsx like this.
{t("satisfied:title")}
it means
{t("JSONflieName:JSONvariable")}
but in json file i can't use HTML and it shows me like string
"title" : "this is my<br \/> <span class=\"test\"> test <\/span> title"