From 1012acce8e722ae0237db0e07d4976d89bb60dce Mon Sep 17 00:00:00 2001 From: "D. Moonfire" Date: Tue, 23 Aug 2022 21:28:36 -0500 Subject: [PATCH] feat(allegro): added words into the new dictionary format --- src/new-dictionary/asanogi.json | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 src/new-dictionary/asanogi.json diff --git a/src/new-dictionary/asanogi.json b/src/new-dictionary/asanogi.json new file mode 100644 index 0000000..b5f53cd --- /dev/null +++ b/src/new-dictionary/asanogi.json @@ -0,0 +1,25 @@ +{ + "version": 0, + "entries": [ + { + "lang": "qmw", + "entry": "asanōgi", + "romanization": "asanogi", + "pronunciation": { + "qmw": { + "ipa": { + "phonemic": ["/a.sa.noː.ɡi/"], + } + } + }, + "pos": { + "noun": [ + { + "def": "A drink made from infusing roasted tea leaves in hot water for a long period of time.", + "tags": ["uncountable"] + } + ] + } + } + ] +}