This commit is contained in:
Mirco Wittrien 2019-06-01 09:26:30 +02:00
parent e1928ec6cd
commit b6acbecefb
2 changed files with 2 additions and 2 deletions

View File

@ -315,7 +315,7 @@ class JoinedAtDate {
};
case "fr": //french
return {
joinedat_text: "Inscrit le {{time}}"
joinedat_text: "Rejoint le {{time}}"
};
case "it": //italian
return {

View File

@ -1,5 +1,5 @@
## 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.
- [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.
- [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.