realtimeprojects / mkdocs-ezglossary

Glossary support for mkdocs
MIT License
11 stars 1 forks source link

Plural configuration doesn't work #22

Closed pekkaklarck closed 1 month ago

pekkaklarck commented 1 month ago

v1.7.0 ought to support plural lookups of singular terms (#18) but when I tried it both plurals: inflect and plurals: en yield this error:

AttributeError: 'GlossaryConfig' object has no attribute 'plurals'

realtimeprojects commented 1 month ago

Another configuration bug. Unfortunatly the configuration check is not covered by the tests causing this issues. This is now fixed with v1.7.1. Thanks for your feedback!

pekkaklarck commented 1 month ago

I tested v1.7.1 and plural usages work otherwise, but they are not listed in the glossary. I submitted #24 about that.