We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f12b48d commit 786c6b6Copy full SHA for 786c6b6
AndroidLocalizePlugin.zip
31.1 KB
resources/META-INF/plugin.xml
@@ -1,7 +1,7 @@
1
<idea-plugin>
2
<id>com.github.airsaid.androidlocalize</id>
3
<name>AndroidLocalize</name>
4
- <version>1.3</version>
+ <version>1.4</version>
5
<vendor email="[email protected]" url="https://github.com/Airsaid/AndroidLocalizePlugin">Airsaid</vendor>
6
7
<description><![CDATA[
@@ -17,6 +17,7 @@
17
<li>V1.1: Support for automatic detection of source file language.</li>
18
<li>V1.2: Fixed garbled bug.</li>
19
<li>V1.3: Added Overwrite Existing String function. and optimize the experience of choice.</li>
20
+ <li>V1.4: Added proxy support and fixed bugs.</li>
21
]]></change-notes>
22
23
<!-- please see http://www.jetbrains.org/intellij/sdk/docs/basics/getting_started/build_number_ranges.html for description -->
0 commit comments