From 1fdfb390172e5875e17c5b73ff0b3a16c95e4636 Mon Sep 17 00:00:00 2001 From: marhali Date: Sun, 12 Dec 2021 14:21:51 +0100 Subject: [PATCH] fix vue-js template folding Resolves #69 --- CHANGELOG.md | 18 ++++++++++-------- gradle.properties | 2 +- .../META-INF/de.marhali.easyi18n-vue.xml | 6 ++++++ src/main/resources/META-INF/plugin.xml | 4 +--- 4 files changed, 18 insertions(+), 12 deletions(-) create mode 100644 src/main/resources/META-INF/de.marhali.easyi18n-vue.xml diff --git a/CHANGELOG.md b/CHANGELOG.md index 04b73c6..ad74656 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,18 +3,20 @@ # easy-i18n Changelog ## [Unreleased] +### Fixed +- Vue.js template folding support ## [1.7.0] -### Added -- Partial support for translation key folding against actual translation -- Support for json based arb files (flutter) +### Added +- Partial support for translation key folding against actual translation +- Support for json based arb files (flutter) -### Changed -- Updated plugin dependencies -- Use actual file extension to choose io strategy +### Changed +- Updated plugin dependencies +- Use actual file extension to choose io strategy -### Fixed -- NullPointerException on key completion +### Fixed +- NullPointerException on key completion - Changelog handling in release flow ## [1.6.0] diff --git a/gradle.properties b/gradle.properties index a4f7e46..19c8032 100644 --- a/gradle.properties +++ b/gradle.properties @@ -17,7 +17,7 @@ platformVersion = 2021.3 # Plugin Dependencies -> https://plugins.jetbrains.com/docs/intellij/plugin-dependencies.html # Example: platformPlugins = com.intellij.java, com.jetbrains.php:203.4449.22 -platformPlugins = org.jetbrains.kotlin, JavaScriptLanguage +platformPlugins = org.jetbrains.kotlin, JavaScriptLanguage, org.jetbrains.plugins.vue:213.5744.223 # Java language level used to compile sources and to generate the files for - Java 11 is required since 2020.3 javaVersion = 11 diff --git a/src/main/resources/META-INF/de.marhali.easyi18n-vue.xml b/src/main/resources/META-INF/de.marhali.easyi18n-vue.xml new file mode 100644 index 0000000..68c3fa0 --- /dev/null +++ b/src/main/resources/META-INF/de.marhali.easyi18n-vue.xml @@ -0,0 +1,6 @@ + + + + + \ No newline at end of file diff --git a/src/main/resources/META-INF/plugin.xml b/src/main/resources/META-INF/plugin.xml index 353d08c..f47fec0 100644 --- a/src/main/resources/META-INF/plugin.xml +++ b/src/main/resources/META-INF/plugin.xml @@ -12,6 +12,7 @@ org.jetbrains.kotlin JavaScript com.intellij.java + org.jetbrains.plugins.vue @@ -26,8 +27,5 @@ - - \ No newline at end of file