MarginallyClever / Makelangelo-software

Software for plotters - especially the wall-hanging polargraph also called Makelangelo.
http://www.marginallyclever.com/
GNU General Public License v2.0
349 stars 165 forks source link

Intensity to height converter #698

Closed mthaier closed 1 year ago

mthaier commented 1 year ago

for some reason, Translator.get("Converter_IntensityToHeight.waveIntensity") is not working properly, nor I know enough about it to fix it, so I replaced it with a string "Wave Intensity" Screenshot 2023-09-04 020720

Screenshot 2023-09-04 021229

i-make-robots commented 1 year ago

Please put your commits into a new branch and then use a "pull request" for that branch.
src/main/resources/languages/english.xml contains all the english translations for the app.

    <string><key>Converter_IntensityToHeight.waveIntensity</key><value>Wave intensity</value></string>

what does wave intensity actually do? Once it is in a branch I can check it out and run it.