mgarin / weblaf

WebLaF is a fully open-source Look & Feel and component library written in pure Java for cross-platform desktop Swing applications.
http://weblookandfeel.com
GNU General Public License v3.0
1.15k stars 235 forks source link

Language key provided in WebLink through LinkAction doesn't get translated #547

Closed mgarin closed 5 years ago

mgarin commented 5 years ago

If WebLink text is set directly - it will be translated if global translation handling is enabled, but text provided through LinkAction implementation would not get translated and will be used "as is". This is a small issue of how LinkAction text is being handled within WebLink.

mgarin commented 5 years ago

This have been fixed now and will be available in v1.2.11 update.