Skip to content

Commit d5ddb93

Browse files
committed
update readme and description
1 parent 340a829 commit d5ddb93

2 files changed

Lines changed: 16 additions & 1 deletion

File tree

META-INF/plugin.xml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<idea-plugin version="2">
1818
<id>com.westlinkin.androidLocalizationer</id>
1919
<name>Android Localizationer</name>
20-
<version>0.1.2</version>
20+
<version>0.1.3</version>
2121
<vendor email="westlinkin@gmail.com" >Wesley Lin</vendor>
2222

2323
<description><![CDATA[
@@ -28,6 +28,14 @@
2828
]]></description>
2929

3030
<change-notes><![CDATA[
31+
Version 0.1.3
32+
<ul>
33+
<li>Fix bug: translation fails when there are too many string resources</li>
34+
<li>Fix bug: translation fails when there are special symbols, like '€'</li>
35+
<li>Fix bug: translation fails when there are special tags, like '<u>'</li>
36+
<li>Fix Java escape problems in MS Translator</li>
37+
</ul>
38+
3139
Version 0.1.2
3240
<ul>
3341
<li>Add Google Translation API support, it is a <b>paid</b> service.</li>

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,13 @@ You can download the plugin [here](https://github.com/westlinkin/AndroidLocaliza
4343
To Install the plugin, please check [IntelliJ IDEA Web Help](https://www.jetbrains.com/idea/help/installing-updating-and-uninstalling-repository-plugins.html#d1282549e185).
4444

4545
##ChangeLog
46+
Version 0.1.3
47+
48+
* Fix bug: translation fails when there are too many string resources
49+
* Fix bug: translation fails when there are special symbols, like ``
50+
* Fix bug: translation fails when there are special tags, like `<u>`
51+
* Fix Java escape problems in MS Translator
52+
4653
Version 0.1.2
4754

4855
* Add Google Translation API support. Please **NOTE** that this is a [paid service](https://cloud.google.com/translate/v2/pricing).

0 commit comments

Comments
 (0)