Add crowdin links and query parameter lang

This commit is contained in:
Jeremy Zhang 2017-11-16 03:25:29 +00:00
parent 3007266556
commit b32fcd8b34
2 changed files with 9 additions and 0 deletions

View File

@ -30,5 +30,8 @@ To set up the database for it to work with the webapp and the discordbot, one mu
## Join us! ## Join us!
Come and talk with us at our very own [discord server](https://discord.gg/z4pdtuV)! We offer support too! Come and talk with us at our very own [discord server](https://discord.gg/z4pdtuV)! We offer support too!
## Translate for us!
Visit us over at our [CrowdIn project](http://translate.titanembeds.com/) and teach Titan how to speak your language!
## Disclaimer ## Disclaimer
This project is never to be used as a replacement for Discord app. It is used in conjunction for a quick and dirty Discord embed for websites. Some uses are via shoutboxes, etc. This project is never to be used as a replacement for Discord app. It is used in conjunction for a quick and dirty Discord embed for websites. Some uses are via shoutboxes, etc.

View File

@ -18,6 +18,12 @@
Instead of having the top channel as the first channel your users see, you may change it. Enable Discord's Developer mode in the Appearances tab of the User Settings and copy the channel ID. <br> Instead of having the top channel as the first channel your users see, you may change it. Enable Discord's Developer mode in the Appearances tab of the User Settings and copy the channel ID. <br>
<em>Eg: defaultchannel=1234567890</em> <em>Eg: defaultchannel=1234567890</em>
</li> </li>
<li class="collection-item">
<strong>lang=&lt;language&gt;</strong> <br>
Is your users multilingual? No worries, Titan can speak multiple languages! <a href="https://github.com/TitanEmbeds/Titan/blob/master/webapp/titanembeds/i18n.py" target="_blank">Check here</a> for a list of all language parameters Titan can support. <br>
Wish Titan supported your language? Consider contributing to <a href="http://translate.titanembeds.com/" target="_blank">our CrowdIn project</a>! <br>
<em>Eg: lang=nl</em>
</li>
<li class="collection-item"> <li class="collection-item">
<strong>noscroll=&lt;boolean&gt;</strong> <br> <strong>noscroll=&lt;boolean&gt;</strong> <br>
Prevents the embed from scrolling down on first load. Useful for those who wants to set #info -typed channels as their default channel. Gotta have those good reads! Prevents the embed from scrolling down on first load. Useful for those who wants to set #info -typed channels as their default channel. Gotta have those good reads!