broadinstitute / sharpener-gui

GUI for sharpener
0 stars 0 forks source link

Tooltip content should be handled by a localization file. #55

Closed kennethbruskiewicz closed 4 years ago

kennethbruskiewicz commented 4 years ago

The localization file should be exposed for editing by collaborators.

kennethbruskiewicz commented 4 years ago

https://github.com/broadinstitute/sharpener-gui/commit/a3549f9afbad20d1d233a982857a276893cf3caa

kennethbruskiewicz commented 4 years ago

@remontoire-pac The file is message-properties.js located in the src/ directory.

https://github.com/broadinstitute/sharpener-gui/blob/develop/src/message-properties.js

You can make edits directly through Github if you like.

Right now only headers, tooltips, and the input placeholder texts are in the file, but if you wish to have control over the labels of all the buttons I can also arrange for that.