"Unused" state can not be removed from item

Issue #17 resolved
Anders Melander repo owner created an issue

Steps:

  1. Add a resourcestring to a Delphi project.
  2. Create a translation project and translate the resourcestring.
  3. Remove the resourcestring from the Delphi project.
  4. Update the translation project: The translation and resourcestring is marked “unused”.
  5. Add the resourcestring again.
  6. Update the translation project.
Expected:

The translation and resourcestring is no longer marked “unused”.

Actual:

The translation and resourcestring is still marked “unused”

Comments (2)

  1. Log in to comment