18 lines
718 B
Markdown
18 lines
718 B
Markdown
<!-- Keep a Changelog guide -> https://keepachangelog.com -->
|
|
|
|
# easy-i18n Changelog
|
|
|
|
## [1.0] - 2021-03-14 (release)
|
|
### Added
|
|
- Support for JSON and Resource-Bundle(Properties) based locale files
|
|
- UI Tool Window with Table- and Tree-View representation
|
|
- Add / Edit / Delete functions
|
|
- Search function to filter visible keys
|
|
- Quick edit via right-click on any key
|
|
- Quick edit via DEL-Key on any key
|
|
- Locales directory / preferred locale can be configured via Settings Dialog
|
|
- I18n keys with one or more missing locale translation will be show as red
|
|
- Initial scaffold created from [IntelliJ Platform Plugin Template](https://github.com/JetBrains/intellij-platform-plugin-template)
|
|
|
|
### Changed
|
|
- README.md |