diff --git a/public/language/de/modules.json b/public/language/de/modules.json
new file mode 100644
index 0000000000..b7956c3a1a
--- /dev/null
+++ b/public/language/de/modules.json
@@ -0,0 +1,6 @@
+{
+ "chat.chatting_with": "Chatten mit ",
+ "chat.placeholder": "schreibe hier etwas, und drücke Enter zum absenden",
+ "chat.send": "Senden",
+ "chat.no_active": "Sie haben keine aktiven Chats."
+}
\ No newline at end of file
diff --git a/public/language/en/modules.json b/public/language/en/modules.json
new file mode 100644
index 0000000000..1ed406ce4a
--- /dev/null
+++ b/public/language/en/modules.json
@@ -0,0 +1,6 @@
+{
+ "chat.chatting_with": "Chat with ",
+ "chat.placeholder": "type chat message here, press enter to send",
+ "chat.send": "Send",
+ "chat.no_active": "You have no active chats."
+}
\ No newline at end of file
diff --git a/public/language/es/modules.json b/public/language/es/modules.json
new file mode 100644
index 0000000000..774b17cd87
--- /dev/null
+++ b/public/language/es/modules.json
@@ -0,0 +1,6 @@
+{
+ "chat.chatting_with": "Chatear con ",
+ "chat.placeholder": "ingresa tu mensaje aqui, y presiona enter para enviar",
+ "chat.send": "Enviar",
+ "chat.no_active": "No tiene conversaciones activas."
+}
\ No newline at end of file
diff --git a/public/language/fr/modules.json b/public/language/fr/modules.json
new file mode 100644
index 0000000000..aeb122bd6f
--- /dev/null
+++ b/public/language/fr/modules.json
@@ -0,0 +1,6 @@
+{
+ "chat.chatting_with": "Chat avec ",
+ "chat.placeholder": "taper le message ici, presser entrer pour envoyer",
+ "chat.send": "Envoyer",
+ "chat.no_active": "Vous n'avez pas les discussions actives."
+}
\ No newline at end of file
diff --git a/public/language/it/modules.json b/public/language/it/modules.json
new file mode 100644
index 0000000000..eeef6509d8
--- /dev/null
+++ b/public/language/it/modules.json
@@ -0,0 +1,6 @@
+{
+ "chat.chatting_with": "Chatta con ",
+ "chat.placeholder": "scrivi un messaggio qui e premi Invio",
+ "chat.send": "Invia",
+ "chat.no_active": "Non hai le chat attive."
+}
\ No newline at end of file