This repository has been archived on 2024-07-22. You can view files and clone it, but cannot push or open issues or pull requests.
2021-11-16 08:21:03 -08:00
|
|
|
export default [
|
2021-11-16 09:16:06 -08:00
|
|
|
'nominative',
|
|
|
|
'genitive',
|
2021-11-27 07:28:44 -08:00
|
|
|
'third_form',
|
2021-11-16 09:16:06 -08:00
|
|
|
'dative',
|
|
|
|
'accusative',
|
|
|
|
'instrumental',
|
|
|
|
'prepositional',
|
2021-11-17 02:46:50 -08:00
|
|
|
'instrumental_with_preposition',
|
2021-11-16 09:16:06 -08:00
|
|
|
'genitive_with_preposition',
|
2021-11-27 07:28:44 -08:00
|
|
|
'nonreflexive_verb_past',
|
2021-11-16 09:16:06 -08:00
|
|
|
'reflexive_verb_past',
|
2021-11-17 02:46:50 -08:00
|
|
|
'short_adjective',
|
|
|
|
'adjective',
|
2021-11-16 09:16:06 -08:00
|
|
|
'possessive',
|
|
|
|
'definitive',
|
2021-11-16 08:21:03 -08:00
|
|
|
];
|