From 67e7617b0455ad55c46ddfa934eba700abc5dea0 Mon Sep 17 00:00:00 2001 From: lingdocs <71590811+lingdocs@users.noreply.github.com> Date: Sat, 13 Mar 2021 17:10:34 +0400 Subject: [PATCH] release dictionary --- src/pages/projects.js | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/pages/projects.js b/src/pages/projects.js index a4c5610..b40bc69 100644 --- a/src/pages/projects.js +++ b/src/pages/projects.js @@ -4,6 +4,11 @@ import SEO from "../components/seo"; import aboutBackground from "../assets/images/about-bg.jpg"; const projects = [ + { + title: "Pashto Dictionary", + description: "A dictionary of the Pashto language with smart-search and inflection/conjugation", + link: "https://dictionary.lingdocs.com", + }, { title: "Pashto Verb Explorer", description: "An interactive playground for exploring and learning about how Pashto verbs are conjugated. This is based on a verb conjugation engine that runs in the browser.",