mirror of
https://github.com/TitanEmbeds/Titan.git
synced 2024-12-25 06:27:03 +01:00
Add crowdin links and query parameter lang
This commit is contained in:
parent
3007266556
commit
b32fcd8b34
@ -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.
|
||||||
|
@ -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=<language></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=<boolean></strong> <br>
|
<strong>noscroll=<boolean></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!
|
||||||
|
Loading…
Reference in New Issue
Block a user