Feature Request: Suggest to reuse String ID, when only case difference
Hi Phil,
Long time no see. Hope you are doing good!
Through our time using the tool we keep having a re-occuring issue.
We have a lot of strings in our database and we want to reuse those strings as much as possible! Unfortunately, we realized a little too late, that having a "upper/lower case convention" from the beginning would have been a good idea.
Imagine having "Multi Language" as a string previously translated.
We now scan this string: "Multi language".
Today the tool will simply add a new string (wich is the most accurate automated behavior) - however, I would suggest for the tool in the future to prompt the user in above scenario. Prompt could contain suggestions like:
We have suggestions for "Multi language":
- Use ID:1234, and change to "Multi Language" (original string) everywhere
- Use ID:1234, and change to "Multi language" (new string) everywhere
- Create new ID for "Multi language"
I know it might be more complicated, since you could have multiple suggestions like:
"Multi Language"
"Multi language"
"multi language"
But if you where able to handle the simple use case of 2 versions of the same string when case is ignored, then it would address 99.9% of this kind of issue.
Yours Faithfully,
Nick Niebling