stuff
This commit is contained in:
parent
e1928ec6cd
commit
b6acbecefb
|
@ -315,7 +315,7 @@ class JoinedAtDate {
|
||||||
};
|
};
|
||||||
case "fr": //french
|
case "fr": //french
|
||||||
return {
|
return {
|
||||||
joinedat_text: "Inscrit le {{time}}"
|
joinedat_text: "Rejoint le {{time}}"
|
||||||
};
|
};
|
||||||
case "it": //italian
|
case "it": //italian
|
||||||
return {
|
return {
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
## Themes
|
## Themes
|
||||||
- [Basic Background](https://github.com/mwittrien/BetterDiscordAddons/tree/master/Themes/BasicBackground) - Allows you to use a background image in Discord without greatly altering the basic look of Discord.
|
- [Basic Background](https://github.com/mwittrien/BetterDiscordAddons/tree/master/Themes/BasicBackground) - Allows you to use a background image in Discord without greatly altering the basic look of Discord.
|
||||||
- [BlurpleRecolor](https://github.com/mwittrien/BetterDiscordAddons/tree/master/Themes/BurpleRecolor) - Replaces discords native blurple with your own color, change color in themefile
|
- [BlurpleRecolor](https://github.com/mwittrien/BetterDiscordAddons/tree/master/Themes/BlurpleRecolor) - Replaces discords native blurple with your own color, change color in themefile
|
||||||
- [Full Theme Dark](https://github.com/mwittrien/BetterDiscordAddons/tree/master/Themes/FullThemeDark) - Fixes all unthemed sections in the native dark theme of discord.
|
- [Full Theme Dark](https://github.com/mwittrien/BetterDiscordAddons/tree/master/Themes/FullThemeDark) - Fixes all unthemed sections in the native dark theme of discord.
|
||||||
- [Server Columns](https://github.com/mwittrien/BetterDiscordAddons/tree/master/Themes/ServerColumns) - Changes the Server List to a gridlike container to allow servers to be displayed in columns. Amount of columns can be set in the .theme.css file.
|
- [Server Columns](https://github.com/mwittrien/BetterDiscordAddons/tree/master/Themes/ServerColumns) - Changes the Server List to a gridlike container to allow servers to be displayed in columns. Amount of columns can be set in the .theme.css file.
|
||||||
|
|
Loading…
Reference in New Issue