realtimeprojects / mkdocs-ezglossary

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

Plural usages of singular terms are not listed in glossary #24

Open pekkaklarck opened 1 month ago

pekkaklarck commented 1 month ago

Now that #22 is fixed, plural usages of singular terms work, but these usages are not added as references to the glossary.

My configuration:

  - ezglossary:
      use_default: true
      ignore_case: true
      plurals: en
      tooltip: full
      inline_refs: list

Glossary entry:

Test
:  Definition

When I refer to the term like <test:>, the usage gets added to the glossary, but when I use it like <tests:> there's nothing. Link from the term to the glossary works in both cases.

realtimeprojects commented 1 month ago

confirmed, thanks for that feedback.. working on a fix, expect bugfix within the next days.. :-)