Skip to content

Latest commit

 

History

History
25 lines (20 loc) · 1.41 KB

README.md

File metadata and controls

25 lines (20 loc) · 1.41 KB

Roles Bot Translations

Community translations of the Discord Roles Bot

How to contribute

We appreciate your help! If your Pull Request gets merged, you can contact us on our Support Server to receive a Translator role. Alternatively, you can include your Discord username in the commit message.

Command descriptions need to below 100 characters in length!

Adding a new language

  1. Clone / Fork the repository
  2. Create a new file for the desired language (e.g. fr.json for French)
  3. You can copy the contents of _.empty.json in your new file
    • Make sure you follow the schema in _.schema.json
  4. Translate the properties from en_us.json (or any other complete translation)
    • Feature names like "Auto Roles" should not be translated.
    • If your translation does not cover everything, please don't leave empty JSON strings (""). Instead, don't include the missing properties in your file. The bot will use English as a fallback language.
  5. Create a Pull Request! 🎉

Completing an existing language

  1. Clone / Fork the repository
  2. Add the missing properties to an incomplete file
    • Make sure you follow the schema in _.schema.json
  3. Create a Pull Request! 🎉