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
- Host: GitHub
- URL: https://github.com/petarov/reside
- Owner: petarov
- License: mit
- Created: 2018-06-22T19:02:52.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2024-09-12T19:30:01.000Z (over 1 year ago)
- Last Synced: 2025-03-17T10:52:20.888Z (12 months ago)
- Topics: java-locale, java-resources, l10n, localization-tool, resourcebundles, translation
- Language: JavaScript
- Homepage:
- Size: 1.87 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: HISTORY.md
- License: LICENSE
Awesome Lists containing this project
README
ResIDE
====================
[](https://github.com/petarov/reside/actions/workflows/test.yml)
[](https://github.com/petarov/reside/actions/workflows/release.yml)

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

# 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

# License
[MIT License](LICENSE.md)
Avatar icon [license](src/assets/icons/README.md).