feat(allegro): added words into the new dictionary format
This commit is contained in:
parent
661c8a33c4
commit
1012acce8e
1 changed files with 25 additions and 0 deletions
25
src/new-dictionary/asanogi.json
Normal file
25
src/new-dictionary/asanogi.json
Normal file
|
@ -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"]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
Loading…
Reference in a new issue