mirror of
https://github.com/ZetaKebab/japanese-conjugation-drill.git
synced 2025-06-25 07:07:37 +00:00
Added a few more verbs.
This commit is contained in:
@ -70,6 +70,41 @@ var words = [
|
||||
"kana": "のむ"
|
||||
},
|
||||
|
||||
{
|
||||
"pos": "verb",
|
||||
"english": "to make",
|
||||
"word": "作る",
|
||||
"kana": "つくる"
|
||||
},
|
||||
|
||||
{
|
||||
"pos": "verb",
|
||||
"english": "to add",
|
||||
"word": "足す",
|
||||
"kana": "たす"
|
||||
},
|
||||
|
||||
{
|
||||
"pos": "verb",
|
||||
"english": "to see",
|
||||
"word": "見る",
|
||||
"kana": "みる"
|
||||
},
|
||||
|
||||
{
|
||||
"pos": "verb",
|
||||
"english": "to rest",
|
||||
"word": "休む",
|
||||
"kana": "やすむ"
|
||||
},
|
||||
|
||||
{
|
||||
"pos": "verb",
|
||||
"english": "to sing",
|
||||
"word": "歌う",
|
||||
"kana": "うたう"
|
||||
},
|
||||
|
||||
{
|
||||
"pos": "verb",
|
||||
"english": "to sit",
|
||||
|
Reference in New Issue
Block a user