16 lines
307 B
JavaScript
16 lines
307 B
JavaScript
|
export default [
|
||
|
'nominative',
|
||
|
'genitive',
|
||
|
'nonreflexive_verb_past',
|
||
|
'dative',
|
||
|
'accusative',
|
||
|
'instrumental',
|
||
|
'prepositional',
|
||
|
'instrumental_with_preposition',
|
||
|
'genitive_with_preposition',
|
||
|
'reflexive_verb_past',
|
||
|
'adjective',
|
||
|
'possessive',
|
||
|
'definitive',
|
||
|
];
|