Skip to content

Commit b4a9101

Browse files
committed
wip
1 parent 2b0b655 commit b4a9101

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
- 1.11.6 [TBR]
44
- Misc. cleanup
5-
- Promoted applicable Inflector methods to public
5+
- Promoted applicable `Inflector` methods to public
66

77
- 1.11.5 [24 October 2025]
88
- Fixed Spanish Voseo imperativo afirmativo

verbecc/src/defs/constants/grammar_defines.py

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,15 @@
121121
ParticipleInflection.FemininePlural,
122122
)
123123

124-
PARTICIPLE_INFLECTIONS: Dict[LangCodeISO639_1, List[Person]] = {
124+
PARTICIPLE_INFLECTIONS: Dict[
125+
LangCodeISO639_1,
126+
Tuple[
127+
ParticipleInflection,
128+
ParticipleInflection,
129+
ParticipleInflection,
130+
ParticipleInflection,
131+
],
132+
] = {
125133
LangCodeISO639_1.fr: PARTICIPLE_INFLECTION_FR,
126134
LangCodeISO639_1.es: PARTICIPLE_INFLECTION_ES,
127135
LangCodeISO639_1.ca: PARTICIPLE_INFLECTION_CA,

0 commit comments

Comments
 (0)