This script parses and cleans up all lines from txt files in it's folder to cleaned.txt, then translates it to russian one by one
Example:
something.txt {
[test]
blah blah
;
;start
hello
}
translated_russian/cleaned.txt {
blah blah
hello
}
translated_russian/translated_russian.txt {
blah blah=бла бла
hello=привет
}
i use this for bbepis/XUnity.AutoTranslator