Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Resource bundle editing plugin for Eclipse?

Is there a good resource bundle editing plugin for Eclipse?

The main feature I'm looking for is the possibility to see if the same keys exists in bundles for different languages.

I.e if I have two files bundle_en_US.properties and bundle_sv_SE.properties and they would have miss-matches in keys, eclipse would display an error.

I seem to remember that this was a default feature in Eclipse but I can't seem to get it working.

like image 628
Ludwig Magnusson Avatar asked Aug 06 '12 19:08

Ludwig Magnusson


1 Answers

This looks promising:

Eclipse Resource Bundle Editor

Eclipse plugin for editing Java resource bundles. Lets you manage all localized properties files in one screen. Some features: sorted keys, warning icons on missing keys/values, conversion to/from Unicode, hierarchical view of keys, more...

like image 84
Andreas Dolk Avatar answered Oct 01 '22 02:10

Andreas Dolk