format-message icon indicating copy to clipboard operation
format-message copied to clipboard

ICU editor?

Open slorber opened this issue 6 years ago • 3 comments

Hi,

Not sure where to ask this and your infos are hard to find online ;) Great job BTW.

Wondering if you are aware of any ICU js editor, to help translators do their job, or if you plan to build one?

My current need is for a Java backend (ICU4J), I'll try to first simply use print(parse(string)) but having a real ICU editor would be a blessing :)

slorber avatar Feb 06 '19 17:02 slorber

I built a little online editor, but I haven't given it a ton of attention, so it might not be as robust as you'd need. There will likely also be some differences in rendering, since the format-message library doesn't have everything icu4j has. :)

https://format-message.github.io/icu-message-format-for-translators/editor.html https://github.com/format-message/icu-message-format-for-translators

vanwagonet avatar Feb 06 '19 17:02 vanwagonet

great thanks ;) will look at the source code and see what I can do from this ;)

Would be great if we could just create a textarea with some data attributes and get an editor working out of the box, even with error messages localized obviously :p

slorber avatar Feb 06 '19 17:02 slorber

DevPal's ICU editor supports pretty much everything you need for editing ICU format messages.

marcruse avatar May 19 '21 19:05 marcruse