diff --git a/apps_fr.md b/apps_fr.md index 2ad9f4e2..afb57fdf 100644 --- a/apps_fr.md +++ b/apps_fr.md @@ -28,6 +28,7 @@
Description : {app_description}
Dernière mise à jour (UTC) : {app_update}
+Niveau: {app_level}
Mainteneur : {app_maintainer} ({app_mail})
Dépôt git : {app_git} ({app_branch})
Documentation @@ -73,6 +74,7 @@ $(document).ready(function () { .replace('{app_description}', infos.manifest.description.fr) .replace(/{app_git}/g, infos.git.url) .replace('{app_branch}', infos.git.branch) + .replace('{app_level}', infos.git.level) .replace('{app_update}', timeConverter(infos.lastUpdate)); if (infos.manifest.developer) { @@ -92,4 +94,4 @@ $(document).ready(function () { }); }); }); - \ No newline at end of file +