diff --git a/src/components/Footer/index.js b/src/components/Footer/index.js
index 9699ca92..833ddd5c 100644
--- a/src/components/Footer/index.js
+++ b/src/components/Footer/index.js
@@ -4,7 +4,9 @@ import {
FaGithub,
FaTwitter,
FaFacebook,
- FaForumbee // No Spectrum icon :(
+ FaForumbee, // No Spectrum icon :(
+ FaReddit,
+ FaHashtag
} from "react-icons/lib/fa";
import styles from "./styles";
@@ -60,6 +62,24 @@ export class Footer extends React.Component {
>
+
+
+
+
+
+
);
diff --git a/src/i18n/en/footer.json b/src/i18n/en/footer.json
index 1ddc2f9f..af5137d6 100644
--- a/src/i18n/en/footer.json
+++ b/src/i18n/en/footer.json
@@ -5,6 +5,8 @@
"github": "Tox on GitHub",
"twitter": "Tox on Twitter",
"facebook": "Tox on Facebook",
- "spectrum": "Tox on Spectrum"
+ "spectrum": "Tox on Spectrum",
+ "reddit": "Tox on Reddit",
+ "irc": "Tox's IRC chans"
}
}
diff --git a/src/i18n/fr/footer.json b/src/i18n/fr/footer.json
index cb9f35ff..79426ba1 100644
--- a/src/i18n/fr/footer.json
+++ b/src/i18n/fr/footer.json
@@ -1,9 +1,12 @@
{
- "credits": "Créé pour Tox par SkyzohLabs & des contributeurs exceptionels avec 💖 tout autours de la Terre.",
+ "credits":
+ "Créé pour Tox par SkyzohLabs & des contributeurs exceptionels avec 💖 tout autours de la Terre.",
"links": {
"github": "Tox sur GitHub",
"twitter": "Tox sur Twitter",
"facebook": "Tox sur Facebook",
- "spectrum": "Tox sur Spectrum"
+ "spectrum": "Tox sur Spectrum",
+ "reddit": "Tox sur Reddit",
+ "irc": "Canaux IRC de Tox"
}
-}
\ No newline at end of file
+}