dokuwiki-plugin-bureaucracy icon indicating copy to clipboard operation
dokuwiki-plugin-bureaucracy copied to clipboard

External label names are not being translated

Open fthommen opened this issue 4 years ago • 0 comments

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:

1-form_no_translations

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

fthommen avatar Mar 20 '20 15:03 fthommen