diff --git a/CHANGELOG.md b/CHANGELOG.md index 11cfec0..0c32592 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,12 +3,14 @@ # easy-i18n Changelog ## [Unreleased] +### Added +- Support for Json5 files ## [3.0.1] -### Changed -- Fresh projects will receive a notification instead of an exception to configure the plugin +### Changed +- Fresh projects will receive a notification instead of an exception to configure the plugin -### Fixed +### Fixed - Exception on json array value mapping ## [3.0.0] diff --git a/README.md b/README.md index 2846afb..c83ee0f 100644 --- a/README.md +++ b/README.md @@ -41,7 +41,7 @@ This plugin can be used for any project based on one of the formats and structur ## Builtin Support ### File Types -**JSON** - **YAML** - **Properties** +**JSON** - **JSON5** - **YAML** - **Properties** ### Folder Structure - Single Directory: All translation files are within one directory @@ -90,7 +90,7 @@ _For more examples, please refer to the [Examples Directory](https://github.com/ ## Roadmap -- [ ] JSON5 Support +- [X] JSON5 Support - [ ] XML Support - [ ] Mark duplicate translation values diff --git a/gradle.properties b/gradle.properties index cd3efe5..fdb65ea 100644 --- a/gradle.properties +++ b/gradle.properties @@ -4,7 +4,7 @@ pluginGroup = de.marhali.easyi18n pluginName = easy-i18n # SemVer format -> https://semver.org -pluginVersion = 3.0.1 +pluginVersion = 3.1.0 # See https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html # for insight into build numbers and IntelliJ Platform versions.