How to add new UI strings without losing translations in progress

I recently uploaded new strings in my existing Crowdin project for an upcoming release of my product. However, due to user feedback from beta testing, I now need to add two new UI strings to accommodate a last-minute feature change.

Translators have already started working on translating the new UI strings. How do I add the new UI strings without interfering or losing the translations that are in progress?

The project is a Firefox extension, so the translation file format is JSON.

Thanks in advance!

Hello,

JSON is key-based, so in case you add some strings, and don’t change those that are already translated, it would be enough to update the file without any further option.

In case you need to change some strings that already have a translation but don’t want to remove it, you’re welcome to use the option “keep translations” when you’re updating the file.