Skip to content

@signavio/i18n@5.0.1

Latest
Compare
Choose a tag to compare
@star4beam star4beam released this 15 Sep 08:36
· 40 commits to master since this release

Summary

  • Fixes the issue where the extract command did not work with replacements without context.

Example of replacements config json file without a context:

{
  "" : {
    "Old translation": "New translation without context",
  },
}