Releases: marhali/easy-i18n
Releases · marhali/easy-i18n
Release v4.3.1
Fixed
- Support for all 2022.3 builds (223.*)
Release v4.3.0
Added
- Support for IntelliJ Platform version 2022.3
- Regex support for translation file patterns
Changed
- Reload function internally consolidated
Fixed
- Parsing for .properties files
Release v4.2.4
Changed
- Improved exception handling on syntax errors
Fixed
- Some settings are not retained on IDE restarts
Release v4.2.3
Changed
- Removed warning about missing configuration during project initialization
Fixed
- Folding support for Vue files
Release v4.2.2
Changed
- Documentation provider better focuses on the actual translation part
- Color duplicate translation values orange to increase contrast in light themes
Fixed
- Unintended overwrite of existing folding regions
Release v4.2.1
Changed
- Updated dependencies
Fixed
- Downgrade java to fix compatibility issues
Release v4.1.2
This is a re-release of v4.1.1 to fix compatibility issues with older IDE versions than 2022.2.
Release v4.2.0
Added
- Support for IntelliJ Platform version 2022.2
Changes
- Updated dependencies
Release v4.1.1
Fixed
- AssertionError on translation update
- Use correct line separator in properties files
- Allow numbers and other data types in properties files
Release v4.1.0
Added
- Duplicate translation values filter
- Indicate translations with duplicated values yellow
- Multiple translation filters can be used together
- Option to consider subdirectories for modularized translation files
- Reformat translation files based on IDE preferences
Changed
- Reengineered how translation filters are applied internally
Fixed
- Exception during batch delete
- Translation filters keep their status across updates