As @kurasu warned, a couple of comments were in Swedish. So I translated them to English, with Google Translate, some work by hand, and a lot of help by a friend.
Check the PR at #68
This translation would be super useful!
@baconpaul i'm working on it.. i've got a branch in my fork
Thank you! A good week here - we went from a million compiler errors to a sorta working ui. Been fun hacking through it with you!
geez i don't know how to find all the ISO-8859-1 encoded files. i'm gonna make this into a PR and see..
@baconpaul here's a start of translations, #68
I need to figure out some magick on OSX to find which files are encoded in ISO-8859-1 so I can find @kurasu 's Swedish language comments. I'll do that tomorrow. Hope this helps anyway.
if someone can help me figure out how to use
file -l on OSX recursively on the whole repo, that would really help.
find src -exec file -I {} \; | grep -v inode/directory | grep -v us-ascii
and that's -I (capital i) not -l (lower case L)
Attached output as a txt file
thanks @baconpaul - that helped immensely. i'll check through the remainder of the files in the next few hours.
Thanks @baconpaul - I've now finished with the PR translations, so will tag it as one that closes this ticket.
Closed by #92
Most helpful comment
find src -exec file -I {} \; | grep -v inode/directory | grep -v us-asciiand that's -I (capital i) not -l (lower case L)
Attached output as a txt file
f.txt