From ef1195136c37ceda13a2bcf69733f870f20a7e52 Mon Sep 17 00:00:00 2001 From: Paul Schreiber Date: Tue, 4 Jun 2024 15:11:48 -0400 Subject: [PATCH] feat: add learning_landscapes strings --- src/localization/locales/en-US.json | 17 +++++++++++++++++ src/localization/locales/es-ES.json | 17 +++++++++++++++++ 2 files changed, 34 insertions(+) diff --git a/src/localization/locales/en-US.json b/src/localization/locales/en-US.json index 8f49f6b4aa..fc1f74005d 100644 --- a/src/localization/locales/en-US.json +++ b/src/localization/locales/en-US.json @@ -180,6 +180,23 @@ "requirements": "Modern web browser (Chrome, Edge, Firefox, Safari)", "external": "true" }, + "learning_landscapes": { + "title": "Learning Landscapes", + "url": "https://learn.landscapes.global/", + "learn_more_url": "https://landscapes.global/", + "img": { + "height": "140", + "width": "250", + "src": "tools/learning-landscapes-screenshot.png", + "alt": "A list of chapters in a course, with one chapter selected." + }, + "description": [ + "Learn how to practice Integrated Landscape Management", + "Develop your skills to achieve ILM outputs" + ], + "requirements": "Modern web browser (Chrome, Edge, Firefox, Safari)", + "external": "true" + }, "storyMap": { "title": "Terraso Story Maps", "url": "/tools/story-maps", diff --git a/src/localization/locales/es-ES.json b/src/localization/locales/es-ES.json index 0404e52907..603eb4c9b8 100644 --- a/src/localization/locales/es-ES.json +++ b/src/localization/locales/es-ES.json @@ -180,6 +180,23 @@ "requirements": "Navegador web moderno (Chrome, Edge, Firefox, Safari)", "external": "true" }, + "learning_landscapes": { + "title": "Learning Landscapes", + "url": "https://learn.landscapes.global/", + "learn_more_url": "https://landscapes.global/", + "img": { + "height": "140", + "width": "250", + "src": "tools/learning-landscapes-screenshot.png", + "alt": "A list of chapters in a course, with one chapter selected." + }, + "description": [ + "Learn how to practice Integrated Landscape Management", + "Develop your skills to achieve ILM outputs" + ], + "requirements": "Navegador web moderno (Chrome, Edge, Firefox, Safari)", + "external": "true" + }, "storyMap": { "title": "Terraso Story Maps", "url": "/tools/story-maps",