Spanish Shell script

Question,Anyone
I found a script on github that I like it executes find but every word on the screen is in spainish ...other than learning Spanish...is there language translating software that will work on bash shell script to change it to English..?? large file has 4500 lines of code 254kb:wall:

Thanks for any help or idears

First off, I assume that what you want to translate are comments, not code - since code is language-agnostic.
I am afraid there is no software that can take a shell script as input, strip off the code, and translate the comments. My suggestion would be to use Google translate for that, or even better, delete the comments and add your own after going through the commands and understanding what they do.