release dictionary

This commit is contained in:
lingdocs 2021-03-13 17:10:34 +04:00
parent 5ce2a8dc8d
commit 67e7617b04
1 changed files with 5 additions and 0 deletions

View File

@ -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.",