release dictionary
This commit is contained in:
parent
5ce2a8dc8d
commit
67e7617b04
|
@ -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.",
|
||||
|
|
Loading…
Reference in New Issue