blob: 01401893ba108ce3e5acf2ac0979d4865c631493 (
plain)
1
2
3
4
5
6
7
8
9
|
-- set these
.param set :dict 'test_b'
.param set :lang 'en_US'
-- dictionary content
insert into ingest(expression, reading, term_tags, glossary_sort, glossary, glossary_tags) values
('城', 'しろ', 'aux:test_b', 1, 'castle', ''),
('城', 'じょう', 'aux:test_b aux:test_b aux:nog_een_test_b', 1, '-burg (suffix for castles)', 'aux:gert aux:test aux:nog_wat');
|