-
Notifications
You must be signed in to change notification settings - Fork 42
Enabling Proxy end Translations
XenoWarrior edited this page Sep 9, 2014
·
1 revision
The proxy comes with a translator plugin that will allow users of your proxy to translate incoming and outgoing messages sent in the PSO2 chat.
To start, you will need to install pip and the pip unicodescript, microsofttranslator and goslate modules.
Run the following command in the terminal:
pip install unicodescript microsofttranslator goslate
Now to enable the Translate.py plugin on your proxy:
cd ~/PSO2Proxy/proxy/plugins
ln -s disabled/Translate.py .
Start-up your proxy and the translate plugin will now work.