Skip to content
/ reside Public

A mighty desktop editor app for Java ResourceBundle files

License

Notifications You must be signed in to change notification settings

petarov/reside

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ResIDE

Test Build/Release

Residé Himself

A mighty desktop editor app for Java-ResourceBundle files.

ResIDE App Screenshot

Eh, what?

ResIDE is an app that allows for editing or creating new PropertyResourceBundle files that are normally used to localize Java applications. Those are simply key/value text files that may also be viewed in an text editor or in an IDE, which brings us to the next question.

Why?

IDEs like IntelliJ already provide mature and reliable resource bundles editor UI, so this tool does not offer anything new for developers. However, it is not just developers that need to edit and maintain locale-specific data. Other members on your team that do not have or need access to an IDE may benefit from using this app.

Here's an outline of what ResIDE can do:

  • Edit all available bundle locale files simultaneously.
  • Add new locales to existing bundles.
  • Search in all labels and/or content across all loaded bundles.
  • Filtering. Show only labels for which a translation is missing.
  • Support for saving the bundles as either utf8 or latin1 encoded. Choosing the latter will automatically escape all ucs2 characters, .e.g, \u00e4.
  • Select whether to use LF, CRLF or html <br> for new lines in translations.
  • Export everything to a JSON file.

Development

To install dependencies run:

yarn install

To run a dev build:

yarn start

To run a release preview:

yarn demo

Sponsors

midpoints GmbH

License

MIT License

Avatar icon license.