An open API service indexing awesome lists of open source software.

https://github.com/petarov/reside

A mighty desktop editor app for Java ResourceBundle files
https://github.com/petarov/reside

java-locale java-resources l10n localization-tool resourcebundles translation

Last synced: 2 months ago
JSON representation

A mighty desktop editor app for Java ResourceBundle files

Awesome Lists containing this project

README

          

ResIDE
====================

[![Test](https://github.com/petarov/reside/actions/workflows/test.yml/badge.svg)](https://github.com/petarov/reside/actions/workflows/test.yml)
[![Build/Release](https://github.com/petarov/reside/actions/workflows/release.yml/badge.svg)](https://github.com/petarov/reside/actions/workflows/release.yml)

![Residé Himself](src/assets/icons/png/cat-vampire-icon-96x96.png)

A mighty desktop editor app for [Java-ResourceBundle](https://docs.oracle.com/javase/7/docs/api/java/util/ResourceBundle.html) files.

![ResIDE App Screenshot](https://i.imgur.com/sZsJLgf.png)

# Eh, what?

ResIDE is an app that allows for editing or creating new [PropertyResourceBundle](https://docs.oracle.com/javase/7/docs/api/java/util/PropertyResourceBundle.html) 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](https://www.jetbrains.com/help/idea/resource-bundle-editor.html), 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 `
` 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](https://midpoints.de/web/web.nsf/midpoints263x90.png)

# License

[MIT License](LICENSE.md)

Avatar icon [license](src/assets/icons/README.md).