From a12a86978a23e5d5c1e6c5c1fd715ad816c3d5c9 Mon Sep 17 00:00:00 2001
From: wait_what_ <barkdogmc@gmail.com>
Date: Sun, 5 Jul 2020 00:57:44 +0300
Subject: [PATCH] Add French and Russian, update Lithuanian

---
 README.md |  8 ++++----
 fr.json   | 28 +++++++++++++++++++++++++++-
 lt.json   |  4 ++--
 ru.json   | 28 +++++++++++++++++++++++++++-
 4 files changed, 60 insertions(+), 8 deletions(-)

diff --git a/README.md b/README.md
index 0805f60..1ea8b4f 100644
--- a/README.md
+++ b/README.md
@@ -10,9 +10,9 @@ English (International) | Up-to-date | insert
 Polish | Up-to-date | insert
 Lithuanian | Up-to-date | Wait What
 Czech | Up-to-date | Fatalerrorcoded
-Russian | Work in progress. | Wait What
+Russian | Up-to-date | Wait What
 Hungarian | Pending. | Organic Coke
-French | Pending. | Wait What's friend
+French | Up-to-date | JetBoxOne
 
 ## Coverage
 
@@ -22,8 +22,8 @@ By running `process.js` all language files will be compared to `en.json` and a c
 ------|-----|--------------|-----------------
 cz.json | `92.31%` | `general.image_by` | 
 en.json | `100.00%` |  | 
-fr.json | `0.00%` | `general.about`<br>`general.tos`<br>`general.privacy`<br>`general.image_by`<br>`login.title`<br>`login.email`<br>`login.password`<br>`login.enter.email`<br>`login.enter.password`<br>`login.forgot`<br>`login.new`<br>`login.create`<br>`app.main.channel.message` | 
+fr.json | `100.00%` |  | 
 hu.json | `0.00%` | `general.about`<br>`general.tos`<br>`general.privacy`<br>`general.image_by`<br>`login.title`<br>`login.email`<br>`login.password`<br>`login.enter.email`<br>`login.enter.password`<br>`login.forgot`<br>`login.new`<br>`login.create`<br>`app.main.channel.message` | 
 lt.json | `100.00%` |  | 
 pl.json | `100.00%` |  | 
-ru.json | `0.00%` | `general.about`<br>`general.tos`<br>`general.privacy`<br>`general.image_by`<br>`login.title`<br>`login.email`<br>`login.password`<br>`login.enter.email`<br>`login.enter.password`<br>`login.forgot`<br>`login.new`<br>`login.create`<br>`app.main.channel.message` | 
\ No newline at end of file
+ru.json | `100.00%` |  | 
\ No newline at end of file
diff --git a/fr.json b/fr.json
index 9e26dfe..97a438f 100644
--- a/fr.json
+++ b/fr.json
@@ -1 +1,27 @@
-{}
\ No newline at end of file
+{
+    "general": {
+        "about": "À propos",
+        "tos": "Conditions d'utilisation",
+        "privacy": "Politique de confidentialité",
+        "image_by": "Image par"
+    },
+    "login": {
+        "title": "Identifiant",
+        "email": "Email",
+        "password": "Mot De Passe",
+        "enter": {
+            "email": "Entrée vôtre Email.",
+            "password": "Entrée vôtre Mot De Passe."
+        },
+        "forgot": "Mot De Passe oublié?",
+        "new": "Nouveau à REVOLT?",
+        "create": "Créer un nouveau compte."
+    },
+    "app": {
+        "main": {
+            "channel": {
+                "message": "Message {{name}}"
+            }
+        }
+    }
+}
\ No newline at end of file
diff --git a/lt.json b/lt.json
index f4ad3a1..230b972 100644
--- a/lt.json
+++ b/lt.json
@@ -10,8 +10,8 @@
         "email": "El. paštas",
         "password": "Slaptažodis",
         "enter": {
-            "email": "Įrašykite savo el. paštą.",
-            "password": "Įrašykite savo slaptažodį."
+            "email": "Įveskite savo el. paštą.",
+            "password": "Įveskite savo slaptažodį."
         },
         "forgot": "Pamiršote slaptažodį?",
         "new": "Neturi REVOLT paskyros?",
diff --git a/ru.json b/ru.json
index 9e26dfe..952ebd8 100644
--- a/ru.json
+++ b/ru.json
@@ -1 +1,27 @@
-{}
\ No newline at end of file
+{
+    "general": {
+        "about": "О нас",
+        "tos": "Условия использования",
+        "privacy": "Конфиденциальность",
+        "image_by": "Автор изображения"
+    },
+    "login": {
+        "title": "Подключиться",
+        "email": "Ел. почта",
+        "password": "Пароль",
+        "enter": {
+            "email": "Введите свой пароль.",
+            "password": "Введите свою ел. почту."
+        },
+        "forgot": "Забыли пароль?",
+        "new": "Нет учетной записи REVOLT?",
+        "create": "Создать учетную запись."
+    },
+    "app": {
+        "main": {
+            "channel": {
+                "message": "Писать в {{name}}"
+            }
+        }
+    }
+}
\ No newline at end of file
-- 
GitLab