Skip to content

Commit

Permalink
populate dictionary metadata (#27)
Browse files Browse the repository at this point in the history
  • Loading branch information
StefanVukovic99 authored May 10, 2024
1 parent 829291e commit fbb750c
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion 4-make-yomitan.js
Original file line number Diff line number Diff line change
Expand Up @@ -348,7 +348,13 @@ ymt.dict = [...ymt.lemma, ...ymt.form];
const indexJson = {
format: 3,
revision: currentDate,
sequenced: true
sequenced: true,
author: 'Kaikki-to-Yomitan contributors',
url: 'https://github.com/themoeway/kaikki-to-yomitan',
description: 'Dictionaries for various language pairs generated from Wiktionary data, via Kaikki and Kaikki-to-Yomitan.',
attribution: 'https://kaikki.org/',
sourceLanguage: source_iso,
targetLanguage: target_iso,
};

const folders = ['dict', 'ipa'];
Expand Down

0 comments on commit fbb750c

Please sign in to comment.