Skip to content

Commit

Permalink
Version up
Browse files Browse the repository at this point in the history
  • Loading branch information
nyavro committed Aug 30, 2020
1 parent 89ade76 commit bab6dea
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ patchPluginXml {
}

group 'com.eny'
version '2.2.0'
version '2.3.0'

repositories {
mavenCentral()
Expand Down
9 changes: 9 additions & 0 deletions src/main/resources/META-INF/plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
<h4>i18next TypeScript/JavaScript/PHP plugin</h4>
i18n plugin provides:
<ul>
<li>react-i18next support</li>
<li>annotation of invalid i18n keys</li>
<li>navigation to i18n property value definition</li>
<li>yaml translation files support</li>
Expand All @@ -18,6 +19,14 @@
]]></description>

<change-notes><![CDATA[
<div>
<h3>2.3.0</h3>
<ul>
<li>Basic support of react-i18next useTranslation React hook: key annotation, navigation from code to translation</li>
<li>Basic support of react-i18next 'Trans' element: key annotation, navigation from code to translation</li>
<li>Show translation file full path in key creation action</li>
</ul>
</div>
<div>
<h3>2.2.0</h3>
<ul>
Expand Down

0 comments on commit bab6dea

Please sign in to comment.