Hello,
When selecting the option "Used Strings Only" inside the translation tab of the creator, users are still seeing rows in the table for question titles, even if they are unused:
This furthermore applies to a custom property I defined as follows:
CodeSerializer.addProperty(SEARCH, {
name: MAPPING,
displayName: "Mapping",
type: "itemvalues",
category: "general",
isRequired: true,
isLocalizable: false,
});
It is not even localizable, so I'm unsure why it's showing up in the first placeā¦
My understanding of "Used Strings Only" would be any strings that are defined in at least on locale. Is there a way to achieve this behavior? This would greatly reduce the number of empty rows users have to scroll by when adding translations.
Thanks,
Lucas