synacor / preact-i18n

Simple localization for Preact.
BSD 3-Clause "New" or "Revised" License
205 stars 18 forks source link

Markup Text should render all children in fallback #21

Closed azizhk closed 6 years ago

azizhk commented 6 years ago

Fixes https://github.com/synacor/preact-i18n/issues/20 https://codesandbox.io/s/31rq37xnn5

Sorry for the delay. This is my first contribution. Actually, have very little idea about this repo. My changes were such that to have minimal changes in tests. Open to suggestions and changes.

billneff79 commented 6 years ago

Fixed/tested in PR #22

billneff79 commented 6 years ago

Thanks for the contribution @azizhk . You were very close to the right solution