From 2114b35b9e3a3d39a09df843c3cad4e87bea4a4c Mon Sep 17 00:00:00 2001 From: Leonardo-DGS <17832817+Leonardo-DGS@users.noreply.github.com> Date: Tue, 5 Sep 2023 01:14:07 +0200 Subject: [PATCH 1/2] Add Algor Education --- _data/sites.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/_data/sites.json b/_data/sites.json index a24a06f4..d0cf183c 100644 --- a/_data/sites.json +++ b/_data/sites.json @@ -23,6 +23,19 @@ "notes_es-ES": "Entra en la dirección indicada arriba y rellena el formulario." }, + { + "name": "Algor Education", + "url": "https://en.algoreducation.com/contact-us", + "url_es-ES": "https://es.algoreducation.com/contact-us", + "url_de-DE": "https://de.algoreducation.com/contact-us", + "url_fr-FR": "https://fr.algoreducation.com/contact-us", + "url_it-IT": "https://www.algoreducation.com/contattaci", + "difficulty": "hard", + "email": "support@algoreducation.com", + "notes": "Contact the customer support and request your data.", + "notes_it": "Contatta l'assistenza clienti e richiedi i tuoi dati." + }, + { "name": "Alibaba", "url": "https://alibaba.com", From 8c6b82c2a4a08fac6df50eabb848b4edd46c7919 Mon Sep 17 00:00:00 2001 From: Leonardo-DGS <17832817+Leonardo-DGS@users.noreply.github.com> Date: Tue, 5 Sep 2023 01:19:44 +0200 Subject: [PATCH 2/2] Fix language code --- _data/sites.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_data/sites.json b/_data/sites.json index d0cf183c..121c1d91 100644 --- a/_data/sites.json +++ b/_data/sites.json @@ -33,7 +33,7 @@ "difficulty": "hard", "email": "support@algoreducation.com", "notes": "Contact the customer support and request your data.", - "notes_it": "Contatta l'assistenza clienti e richiedi i tuoi dati." + "notes_it-IT": "Contatta l'assistenza clienti e richiedi i tuoi dati." }, {