A tool developed for generating automatic experimental translations for Bloody Rally Show
- Install Ruby 2.6.6 from https://rubyinstaller.org/downloads/ (if on Windows)
- Run
gem install bundler
- Run
bundle
to install dependencies - Place the file you want to translate into this directory
- Run
bundle exec ruby translate.rb File.txt
to run the translation tooling - It will fail due to auth on first run, so read https://googleapis.dev/ruby/google-cloud-translate/latest/file.AUTHENTICATION.html to setup authentification