Community translations of the Discord Roles Bot
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!
- Clone / Fork the repository
- Create a new file for the desired language (e.g.
fr.json
for French)- Name should follow Discord's supported languages and acronyms
- You can copy the contents of
_.empty.json
in your new file- Make sure you follow the schema in
_.schema.json
- Make sure you follow the schema in
- 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.
- Create a Pull Request! 🎉
- Clone / Fork the repository
- Add the missing properties to an incomplete file
- Make sure you follow the schema in
_.schema.json
- Make sure you follow the schema in
- Create a Pull Request! 🎉