From 98ca049503256538a4eb13b90a330be731a92cb8 Mon Sep 17 00:00:00 2001 From: doncr Date: Wed, 23 Nov 2016 17:39:23 +0000 Subject: [PATCH] Added a few more verbs. --- conjugation/drill.js | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) diff --git a/conjugation/drill.js b/conjugation/drill.js index a2b5c6e..4b8d826 100644 --- a/conjugation/drill.js +++ b/conjugation/drill.js @@ -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",