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.
Zaimki/locale/pt/pronouns/morphemes.js

14 lines
262 B
JavaScript
Raw Normal View History

2021-01-12 06:18:22 -08:00
export default [
'pronoun',
2021-01-12 07:18:53 -08:00
'de_pronoun',
'definite_article',
2021-01-12 06:18:22 -08:00
'indefinite_article',
'plural_pronoun',
2021-01-12 07:18:53 -08:00
'de_plural',
2021-01-12 06:18:22 -08:00
'plural_definite_article',
2021-01-12 07:18:53 -08:00
'plural_indefinite_article',
2021-01-12 06:18:22 -08:00
'inflection',
'inflection_c',
2021-01-12 07:18:53 -08:00
'possessive',
2021-01-12 06:18:22 -08:00
];