diff --git a/lng/French b/lng/French
index 6f3de89..2ed0335 100644
--- a/lng/French
+++ b/lng/French
@@ -19,46 +19,46 @@ txtselectserver="Sélectionnez le serveur source :"
txtmainmenu="Menu Principal"
txtlanguage="Language"
txtsetkeymap="Disposition clavier"
-txteditor="Editeur"
+txteditor="Éditeur"
txtdiskpartmenu="Partionner le disque"
txtselectpartsmenu="Sélectionner les partitions d'installation"
txthelp="Aide"
txtchangelog="Changelog"
txtreboot="Redémarrer"
-txtautoparts="Partitionnement Auto"
-txteditparts="Editer partitions"
+txtautoparts="Partitionnement auto"
+txteditparts="Éditer partitions"
txtautopartsconfirm="Périphérique séléctionné : %1\n\nToutes les données vont être effacées ! \n\nContinuer ?"
txtautopartclear="Suppression des partitions"
-txtautopartcreate="Créeation de la partition %1"
+txtautopartcreate="Création de la partition %1"
txthybridpartcreate="Définition du MBR hybride"
txtautopartsettype="Définition du type de la partition %1"
txtselectdevice="Sélectionnez le périphérique %1 :"
txtselecteddevices="Périphériques sélectionnés :"
-txtformatmountmenu="Formatter et Monter"
+txtformatmountmenu="Formatter et monter"
txtformatdevices="Formatter les partitions"
txtformatdevice="Formatter une partition"
txtmount="Monter"
txtunmount="Démonter"
-txtmountdesc="Installation ou Configuration"
+txtmountdesc="Installation ou configuration"
txtformatdeviceconfirm="Attention, toutes les données sur les partitions sélectionnées vont être effacées ! \nFormatter les partitions ?"
txtselectpartformat="Sélectionnez le format de la parition %1 :"
-txtformatingpart="Formatting partition %1 as"
-txtcreateluksdevice="Creatation de la partition luks :"
+txtformatingpart="Formater la partition %1 en"
+txtcreateluksdevice="Création de la partition luks :"
txtopenluksdevice="Ouverture de la partition luks :"
-txtluksdevicecreated="La partition luks à été crée !"
+txtluksdevicecreated="La partition luks à été créée !"
txtinstallmenu="Menu Installation"
txtarchinstallmenu="Menu Installation Arch Linux"
-txteditmirrorlist="Editer mirrorlist"
+txteditmirrorlist="Éditer mirrorlist"
txtinstallarchlinux="Installer Arch Linux"
txtconfigarchlinux="Configurer Arch Linux"
@@ -68,7 +68,7 @@ txtsetlocale="Définir Locale"
txtsettime="Définir l'horloge"
txtsetrootpassword="Définir le mot de passe root"
-txtuseutcclock="Utiliser une horloge matériel UTC ?"
+txtuseutcclock="Utiliser une horloge matérielle UTC ?"
txtbootloader="Bootloader"
txtbootloadermenu="Choisissez votre bootloader"
@@ -77,7 +77,7 @@ txtefibootmgr="efibootmgr est requis pour un système EFI."
txtbootloadergrubmenu="Menu Installation Grub"
txtrungrubmakeconfig="Exécuter grub-mkconfig ?"
-txtgrubluksdetected="Partition root cryptée !\n\nAjouter cryptdevice= to GRUB_CMDLINE_LINUX dans /etc/default/grub ?"
+txtgrubluksdetected="Partition root chifrée !\n\nAjouter cryptdevice= to GRUB_CMDLINE_LINUX dans /etc/default/grub ?"
txtbootloadersyslinuxmenu="Menu Installation Syslinux"
txtsyslinuxaddefibootmgr="Une installation EFI nécessite efibootmgr"
@@ -90,14 +90,14 @@ txtoptional="Optionnel"
txtrecommandeasyinst="Recommandé pour installation rapide"
txtset="Définir %1"
txtgenerate="Générer %1"
-txtedit="Editer %1"
+txtedit="Éditer %1"
txtinstall="Installer %1"
txtenable="Activer %1"
txtpressanykey="Appuyez sur une touche pour continuer."
txtarchdidesc="Installation d'un poste de travail"
-txtinstallarchdi="Arch Linux Desktop Install (archdi) est un second script peut vous aidez à installer un poste de travail complet.\n\nVous pouvez exécuter ou installer le script en choisissant dans le menu suivant.\n\nArch Linux Desktop Install possède 2 dépendences : wget et libnewt.\n\npacstrap wget libnewt ?"
+txtinstallarchdi="Arch Linux Desktop Install (archdi) est un second script qui peut vous aidez à installer un poste de travail complet.\n\nVous pouvez exécuter ou installer le script en choisissant dans le menu suivant.\n\nArch Linux Desktop Install possède 2 dépendences : wget et libnewt.\n\nLes installer avec pacstrap wget libnewt ?"
txtarchdiinstallandlaunch="Installer et exécuter archdi"
txtarchdiinstall="Installer archdi"
txtarchdilaunch="Exécuter archdi"
diff --git a/lng/README.md b/lng/README.md
index 9e02f24..75f3813 100644
--- a/lng/README.md
+++ b/lng/README.md
@@ -1,11 +1,18 @@
-#Translations
+# Translations
-Translations is simple...
-Fork the project.
-Create your language file.
-Pull Request your change.
+Translations is simple:
-You can test your change with the next command :
-sh archfi {githubusername} {branchname}
-As exemple :
+- fork the project.
+- create your language file.
+- pull Request your change.
+- you can test your change with the next command:
+
+```
+sh archfi {githubusername} {branchname}
+```
+
+As exemple:
+
+```
sh archfi matmoul master
+```