The Story:
When a list of strings is defined on multiple lines, it is often easy to forget a comma between list items, like in this example
This regular expression will find occurrences of the problem. Just 'search all' files in your project.
\[("[^"]*",[\s]*)*"[^"]*"[\s]*"
Tested in https://regex101.com/ and NotePad++