Gatsby Source plugin for Old Norwegian/Norse dictionary by Johan Fritzner. Exposes 42 000+ Old Norwegian words into Gatsby datalayer.
Related projects:
- Old Norwegian Dictionary (Node.js).
- Old Norwegian Dictionary Abbreviations.
- Old Norwegian Dictionary Builder.
yarn add gatsby-source-plugin-old-norwegian
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"
]
}
"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.