Getting Started

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

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

Formatting Codes

Color Code
Display
Function

&dark_gray&

Apply the color gray

&red&

Apply the color red

&green&

Apply the color green

&gold&

Apply the color gold

&light_blue&

Apply the color light blue

&pink&

Apply the color pink

&teal&

Apply the color teal

&white&

Apply the color white

&bold&

Apply bold

&reset&

Reset all colors, bold and underline

&underline&

Apply underline

&filler&

---

Fills up a whole row of an embed

&singlefiller&

---

Adds a single empty character

&filler<count>&

---

Replace <count> with a number of blank characters

Last updated