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