You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Through the console.log in the options.react.unescape function it's obvious, the function is never called for Vertrauens­kennwert, but only for Geschwindigkeits­messung.
Expected behavior
options.react.unescape should be called for every values. In this example it should be twice and the visible HTML output should be:
Vertrauenskennwert
Geschwindigkeitsmessung
Your Environment
runtime version: Chromium 115
i18next version: 23.4.1
react-i18next version: 13.0.2
os: Mac
The text was updated successfully, but these errors were encountered:
🐛 Bug Report
unescape
is not called consistently on all translation strings, when used withTrans
andshouldUnescape
prop.To Reproduce
Here is a codesandbox demonstrating the bug.
The i18n setup looks like this:
We translate like this:
Resulting in the following (visible) output:
Through the
console.log
in theoptions.react.unescape
function it's obvious, the function is never called forVertrauens­kennwert
, but only forGeschwindigkeits­messung
.Expected behavior
options.react.unescape
should be called for every values. In this example it should be twice and the visible HTML output should be:Your Environment
The text was updated successfully, but these errors were encountered: