Open scop opened 8 years ago
Ahh good idea! Can you send one and/or point to one on the web (or on linux /etc/??? ) so I can take a look
hmmm looks like there are .pot and .mo as well, I'll look into this.
Here are some samples: https://github.com/search?q=extension%3Apo+msgid
Right, .pot would be a candidate for exclusion too, but I suppose .mo is already excluded due to binaryness.
Also, *.ts are usually Qt's similar translation files which could be excluded: https://github.com/search?q=extension%3Ats+translation
Oh cool query on github! I didn't know about it.
*.po are translation files, and finding English misspellings in them isn't too useful. Maybe add them to the list of filenames that are ignored by default?