File tree Expand file tree Collapse file tree 2 files changed +10
-2
lines changed
verbecc/src/defs/constants Expand file tree Collapse file tree 2 files changed +10
-2
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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 ,
You can’t perform that action at this time.
0 commit comments