simplelocalize/simplelocalize-cli

CLI bug? <FormattedHTMLMessage id=""/>

bob-hrebenciuc opened this issue · 1 comments

I think I found the bug in CLI. I'm using the latest version (2020-10-16 11:45) with projectType: yahoo/react-intl CLI is putting <FormattedHTMLMessage id="add-credits-title instead just a key.

Screenshot 2020-10-16 at 11 44 05

Screenshot 2020-10-16 at 11 42 53

<div className="header-content">
              <h1>
                <FormattedHTMLMessage id="header-text"/>
              </h1>
              <h3>
                <FormattedHTMLMessage id="header-subtitle"/>
              </h3>
              <LinkTranslated to="/offer" className="btn btn-primary btn-cta">
                <FormattedMessage id="header-button"/>
              </LinkTranslated>
</div>

Fixed in version 0.6.0