Hi @nimrod54,
Translations are not done with .pot files anymore, but with translate.ww.wp.xz.cn.
The version you downloaded is indeed very old and incomplete, I am at version 1.9.6 already.
Do you want to contributie to the translation of the plug-in or do you want to replace some of the words with terms of your own?
Kind regards,
Jeroen Peters
Hi Jeroen,
I would like to replace some of the words if possible. Main issue is the phrase “There are currently %d names in this directory” at the top of the list. I want to use the plugin for a glossary of terms, not listing of names. So I need to replace the text. Or could I uncheck a box to hide that line of text?
best regards
Hey @nimrod54,
there is no checkbox, but I have prepared for this.
If you can add a little CSS to your site, you can achieve this.
When you paste this, it will be hidden:
.name_directory_total { display: none; }
Let me know if that works for you!
Kind regards,
Jeroen Peters
Hi,
it works, thank you for your fast support.
Is there a way to add an empty line between the alphabet and the first name/term?
best regards
Hi @nimrod54,
this can also be done with CSS 🙂
Kind regards, Jeroen