Open vaadin-bot opened 16 years ago
Originally by @jojule
This will be postponed as it is not critical. We try to get 5.3.0 ready asap and 5.2 is definitely not the correct place for low priority enhantments.
Originally by @magi42
Hopefully a more correct milestone.
Originally by @jojule
yes. Sorry, my mistake.
Originally by @vaadin-miki
Attachment added: 2189-richtextarea_labels.patch
(62.8 KiB)
proposed solution
Originally by @vaadin-miki
a solution based on String[] (in addition to GWT-based properties) is proposed in the patch; it concerns only the labels and the tooltips (the icons can still be localised GWT-way)
Hello there!
It looks like this issue hasn't progressed lately. There are so many issues that we just can't deal them all within a reasonable timeframe.
There are a couple of things you could help to get things rolling on this issue (this is an automated message, so expect that some of these are already in use):
Thanks again for your contributions! Even though we haven't been able to get this issue fixed, we hope you to report your findings and enhancement ideas in the future too!
Originally by @magi42
The RichTextArea component has many texts, such as the Background, Foreground, Font and Size menus and their items, but they are all in English. It would be nice if it would be possible to localize them.
Probably easiest way would be to add server-side API for providing translations for the texts. The texts are probably not localized in GWT and localizing them in IT Mill Toolkit for every language might be a lot of work.
The buttons "B", "I", "U", etc. can be localized with CSS, but I'm not sure how stabile such localizations are if the order of the buttons in the button background changes in GWT. Hope that they won't change it.
Imported from https://dev.vaadin.com/ issue #2189