github wxt-dev/wxt i18n-v0.2.0
@wxt-dev/i18n v0.2.0

latest releases: wxt-v0.20.11, module-react-v1.1.5, wxt-v0.20.10...
11 months ago

compare changes

🩹 Fixes

  • ⚠️ Remove invalid options argument (#1048)

To upgrade, if you were passing a final options argument, remove it. If you used the third argument to escape < symbol... You'll need to do it yourself:

- i18n.t("someKey", ["sub1"], { escapeLt: true });
+ i18n.t("someKey", ["sub1"]).replaceAll("<", "&lt;");

❤️ Contributors

Don't miss a new wxt release

NewReleases is sending notifications on new releases.