From bd52f789223ef4ab877ef34bdb57d89850be0672 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9dric=20FAMIBELLE-PRONZOLA?= Date: Mon, 6 Jul 2026 22:20:18 +0400 Subject: [PATCH] feat: ajouter TikTok, WhatsApp et corriger Stoat --- src/_data/i18n/en/contact.json | 8 +++++--- src/_data/i18n/fr/contact.json | 8 +++++--- 2 files changed, 10 insertions(+), 6 deletions(-) diff --git a/src/_data/i18n/en/contact.json b/src/_data/i18n/en/contact.json index e860c18..a8b6a05 100644 --- a/src/_data/i18n/en/contact.json +++ b/src/_data/i18n/en/contact.json @@ -5,21 +5,23 @@ { "title": "🌐 Web & Contact", "links": [ - { "text": "kontak@o-k-i.net", "url": "mailto:kontak@o-k-i.net" } + { "text": "kontak@o-k-i.net", "url": "mailto:kontak@o-k-i.net" }, + { "text": "WhatsApp +262 692 22 974 0", "url": "https://wa.me/262692229740" } ] }, { "title": "💬 Social networks", "links": [ { "text": "Telegram", "url": "https://t.me/OrganisationKA" }, - { "text": "X (Twitter)", "url": "https://x.com/OrganisationKA" } + { "text": "X (Twitter)", "url": "https://x.com/OrganisationKA" }, + { "text": "TikTok", "url": "https://www.tiktok.com/@organisationka" } ] }, { "title": "💬 Community", "links": [ { "text": "Discord", "url": "https://discord.gg/a2r9NYNM" }, - { "text": "Revolt", "url": "https://rvlt.gg/e1zJrg3p" } + { "text": "Stoat", "url": "https://stt.gg/FzqPKhbG" } ] }, { diff --git a/src/_data/i18n/fr/contact.json b/src/_data/i18n/fr/contact.json index f8fd09c..913327c 100644 --- a/src/_data/i18n/fr/contact.json +++ b/src/_data/i18n/fr/contact.json @@ -5,21 +5,23 @@ { "title": "🌐 Web & Contact", "links": [ - { "text": "kontak@o-k-i.net", "url": "mailto:kontak@o-k-i.net" } + { "text": "kontak@o-k-i.net", "url": "mailto:kontak@o-k-i.net" }, + { "text": "WhatsApp +262 692 22 974 0", "url": "https://wa.me/262692229740" } ] }, { "title": "💬 Réseaux sociaux", "links": [ { "text": "Telegram", "url": "https://t.me/OrganisationKA" }, - { "text": "X (Twitter)", "url": "https://x.com/OrganisationKA" } + { "text": "X (Twitter)", "url": "https://x.com/OrganisationKA" }, + { "text": "TikTok", "url": "https://www.tiktok.com/@organisationka" } ] }, { "title": "💬 Communauté", "links": [ { "text": "Discord", "url": "https://discord.gg/a2r9NYNM" }, - { "text": "Revolt", "url": "https://rvlt.gg/e1zJrg3p" } + { "text": "Stoat", "url": "https://stt.gg/FzqPKhbG" } ] }, {