Skip to content

Releases: marhali/easy-i18n

Release v1.1.1

14 May 13:36
Compare
Choose a tag to compare

Added

  • Support for IntelliJ 2021.1

Changed

  • Updated dependencies

Fixed

  • Exception during i18n key completion / annotation

Release v1.1.0

25 Apr 20:33
f4c2a41
Compare
Choose a tag to compare

Added

  • Filter option for translation files via regex / issue #5
  • Support for splitted / modularized json files per locale / issue #4
  • Basic translation key completion inside editor
  • I18n key annotation inside editor

Changed

  • Tree view will be expanded if search function has been used

Fixed

  • Encoding for properties files / issue #6

Release v1.0.1

16 Mar 17:39
Compare
Choose a tag to compare

Changed

  • Modified plugin icon to meet IntelliJ guidelines

Release v1.0.0

15 Mar 18:37
Compare
Choose a tag to compare

First stable release for easy-i18n.

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

Changed

  • README.md