stefalda / react-localization

Simple module to localize the React interface using the same syntax used in the ReactNativeLocalization module.
MIT License
373 stars 58 forks source link

Strings doesnt work with html tags #93

Open reds1n1gam1 opened 5 years ago

reds1n1gam1 commented 5 years ago

Maybe i just didn't find it, but readme doesn't have this option

lorihompoth commented 4 years ago

` <div dangerouslySetInnerHTML={{ __html: strings.hello }}

`