From 2a748125c27c7f7c41a32a1dba14484c66dc351f Mon Sep 17 00:00:00 2001 From: Alex AUVOLAT Date: Fri, 9 Aug 2013 19:29:59 +0200 Subject: Minor changes... --- lib/list/list_models.php | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'lib/list/list_models.php') diff --git a/lib/list/list_models.php b/lib/list/list_models.php index 0d34856..8db28a0 100644 --- a/lib/list/list_models.php +++ b/lib/list/list_models.php @@ -14,4 +14,17 @@ $list_models = array( ), ), ), + "JA-Vocab" => array( + "columns" => array("N#", "Kanji", "Kana", "English"), + "questions" => array( + array( + 'q' => '

%3

', + 'a' => '

%2
%1
%3

', + ), + array( + 'q' => '

%1

', + 'a' => '

%1 【%2】
%3

', + ), + ), + ), ); -- cgit v1.2.3