diff --git a/apps.md b/apps.md index 4d08e5d9..1f5f133c 100644 --- a/apps.md +++ b/apps.md @@ -28,6 +28,7 @@
Description: {app_description}
Last update (UTC): {app_update}
+Level: {app_level}
Maintainer: {app_maintainer} ({app_mail})
Git repository: {app_git} ({app_branch})
Documentation @@ -70,6 +71,7 @@ $(document).ready(function () { .replace('{app_description}', infos.manifest.description.en) .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) { @@ -89,4 +91,4 @@ $(document).ready(function () { }); }); }); - \ No newline at end of file + 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 +