Migrate to Netlify Today

Netlify announces the next evolution of Gatsby Cloud. Learn more

ContactSign Up
Community Plugin
View plugin on GitHub

Gatsby Source Plugin Old Norwegian

Gatsby Source plugin for Old Norwegian/Norse dictionary by Johan Fritzner. Exposes 42 000+ Old Norwegian words into Gatsby datalayer.

Related projects:

Install

yarn add gatsby-source-plugin-old-norwegian

Usage

The plugin adds new dictionaryEntry type into datalayer. Individual entries are in format of:

{
    word: String
    partOfSpeech: String
    definition: String
    slug: String (=slugified, unique headword)
    startsWith: String (=one uppercase letter)
}

To use the plugin in your Gatsby project, just add it to plugins config:

// gatsby-config.js
module.exports {
  // Your other configs.
  plugins: [
    "gatsby-source-plugin-old-norwegian"
  ]
}

About “Dictionary of the Old Norwegian Language”

“Ordbog over det gamle norske Sprog” dictionary was published in late 1800s by Johan Fritzner. Its is the largest Old Norse to Norwegian dictionary, containing over 40 000 word definitions. While the original dictionary is called dictionary of “old norwegian”, it is practically a dictionary of western Old Norse. Technically “Old Norwegian” would be a later stage in the language.

© 2023 Gatsby, Inc.