Potato software update

This commit is contained in:
2026-05-14 15:19:09 +02:00
parent 45530c79f4
commit 89b1e33100
3 changed files with 5 additions and 5 deletions

View File

@@ -77,9 +77,9 @@
}, },
"potato_research":{ "potato_research":{
"title": "Research project based on potatoes", "title": "Research project based on potatoes",
"desc": "Details are not yet available, but a Potatoes-related software is under active development !", "desc": "Details are not yet available, but a Potatoes-related software was created.",
"button_text": "See on Github", "button_text": "See on Github",
"date": "Since October 2025" "date": "From October 2025 to March 2026"
} }
}, },
"tags":{ "tags":{

View File

@@ -77,9 +77,9 @@
}, },
"potato_research":{ "potato_research":{
"title": "Projet de recherche lié aux pommes de terres", "title": "Projet de recherche lié aux pommes de terres",
"desc": "Les détails ne sont pas encore publics, mais un logiciel lié aux pommes de terres est en cours de dévelopement !", "desc": "Les détails ne sont pas encore publics, mais un logiciel lié aux pommes de terres a été développé.",
"button_text": "Voir sur Github", "button_text": "Voir sur Github",
"date": "Depuis Octobre 2025" "date": "De octobre 2025 à mars 2026"
} }
}, },
"tags":{ "tags":{

View File

@@ -118,7 +118,7 @@
//buttonLink:"https://github.com/LJ5O/", // Todo //buttonLink:"https://github.com/LJ5O/", // Todo
localButton:false, localButton:false,
tags:[ tags:[
{title:i18n.t("home.projects.tags.active"), colour:tagsColours.active}, {title:i18n.t("home.projects.tags.archived"), colour:tagsColours.archived},
{title:i18n.t("home.projects.tags.research"), colour:tagsColours.research}, {title:i18n.t("home.projects.tags.research"), colour:tagsColours.research},
{title:i18n.t("home.projects.tags.school"), colour:tagsColours.school} {title:i18n.t("home.projects.tags.school"), colour:tagsColours.school}
], ],