Describe the bug
Missing translation for state.duplicate, so the key appears in the app for messages on reports.
To Reproduce
You can try to get this state to occur on a report's messages, but simpler to just look for the translation in the App Management page.
state.duplicateExpected behavior
Should show the label "duplicate", not key itself.
Screenshots
Environment
6291-case-id branch, which is somewhere between 3.8 and 3.9.Additional context
This was meant to be solved in #6208, but master doesn't have state.duplicate, and it is not in POEditor. Quicklink to our documentation on translations process.
This was removed on Feb 10 in this commit: https://github.com/medic/cht-core/commit/86e62d66be8a0bba15e675f88e59463f3d48e471
Could you tell why that happened? Was it overwritten accidentally because it wasn't in POEditor so the alphabetised export didn't include it?
It's possible the translations were imported to POE as part of the pre-release process, then the key was added, then they were exported from POE just before release. Release documentation: https://github.com/medic/cht-core/blob/master/.github/ISSUE_TEMPLATE/z_release_major.md
Maybe we should update the process so that immediately before exporting you import again to make sure none are missed.
Works well! Passes AT, ready to merge.
The missing case_id translation is expected, given that the separate branches haven't been merged into master yet.
Merged.