dokuwiki-plugin-bureaucracy
dokuwiki-plugin-bureaucracy copied to clipboard
External label names are not being translated
Hi,
I reproduced the example for translation labels as documented in https://www.dokuwiki.org/plugin:bureaucracy#external_label_names:
====== 1-test: Mailform ======
<form>
action mail [email protected]
labels mylabels
fieldset "field"
textbox "name"
number "age" >13 <99
submit "submit"
</form>
and mylabels
:
* field = Tell us about yourself
* name = Your Name
* age = Your Age
* submit = Send your Data
This results in the following page:
The labels are not translated.
- DokuWiki version: 2018-04-22b "Greebo"
- Bureaucracy Plugin version: 2019-10-28
- Webserver: Apache 2.4.6-90
- Operating System: CentOS 7.7
Is this a known issue?
Cheers, Frank