<https://lh3.googleusercontent.com/-cRxf7VoFM9c/WO5zMHZisPI/AAAAAAAAAHY/M_u7JahI048euoBubGr7Kfxr1hhydKOSgCLcB/s1600/jenkins%2Bhelp%2Binter.png>
Here is my uploaded repository: 
https://github.com/JordanGS/zap-plugin/tree/myfeature

What you see in the screenshots is attempts at internationalization using 
the webapps folder.


uses the main/src/resources
  <f:entry field="translationTestA" title="${%TranslationTestA}">
    <f:textbox/>
  </f:entry>


uses the main/src/webapps
  <f:entry field="translationTestB" title="${%TranslationTestB}" help=
"/plugin/zap/help-translationTestB.html">
    <f:textbox/>
  </f:entry>

*help-translationTestB.html* : 
https://github.com/JordanGS/zap-plugin/blob/myfeature/src/main/webapp/help-translationTestB.html
*help-translationTestB_fr.html* : 
https://github.com/JordanGS/zap-plugin/blob/myfeature/src/main/webapp/help-translationTestB_fr.html
*help-translationTestB_de.html* : 
https://github.com/JordanGS/zap-plugin/blob/myfeature/src/main/webapp/help-translationTestB_de.html

I simplified the translations to just say English, German, French. The 
webapps folder only generates the first one for some reason. My problem 
being that i have to declare help="..." elsewhere.

AS you can see from the links, they are all different html files, yet as 
you can see from the screenshot. Only english is displayed when using 
help="..." 

Thank you


-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-dev/40e403e8-b6a7-4102-8be9-9a2d2470acaa%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to