The translations contain all messages/text that is displayed by ScpTools (excluding logs). It also comes with build in formatting code support.
Creating a new translation
1
Navigation
Navigate to ./SCPToolsBot/lang/
2
Copy
Copy the en_US translation as a base
3
Translate
Open up the translation and change everything except for the variables. Also make sure to leave all text that is surrounded like this %var% as is. You can use markdown and Formatting Codes
4
Rename
Rename your translation file like this: language_Type, e.g. de_DE, en_US, en_UK
5
Configure
Navigate to ./SCPToolsBot/configs/config.yml and change load_translation to your files name (excluding .yml). Find more configuration here Getting Started