How to review all strings in DB and merge string IDs?
Today I can browse files in the tool's UI. Either by selecting a file and review the strings inside this file or going to Tools and select "Remove unused strings" (that will make me able to see string id's that are no longer in use - deleting them makes sense in some scenarios).
But.. Using the tool, I found that I sometimes have 2 string IDs with the same content - sometimes this makes sense (the same word in English can be translated into different words in other languages depending on context), but other times this is just by mistake and I need to merge the two.
So is the only way to merge by:
- exporting to excel
- sorting excel content by e.g. English
- manually searching thousands of strings to find duplicates
- navigate to a string IDs of the duplicates (that I want to remove)
- change the string ID to the correct one
- search the same string ID again (might be several using same ID - and all needs to be merged) and if string ID is still in project, go to step 5
- Once all duplicated string ID's is unused, go to "Remove unused strings"
- Manually find String ID prevously removed
- select String ID
- Click "Delete" button
Is this really the best approach for merging?