Surge: Translate comments from Swedish to English

Created on 12 Dec 2018  路  10Comments  路  Source: surge-synthesizer/surge

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

Most helpful comment

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

f.txt

All 10 comments

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

f.txt

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

Was this page helpful?
0 / 5 - 0 ratings

Related issues

arjen-klar picture arjen-klar  路  6Comments

tank-trax picture tank-trax  路  9Comments

hems picture hems  路  3Comments

sense-amr picture sense-amr  路  4Comments

mxmilkiib picture mxmilkiib  路  7Comments