Skip to content

Commit 344a924

Browse files
committed
Prepare version 2.2.1
1 parent 13e2997 commit 344a924

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Change Log
22

3+
## [V2.2.1](https://github.com/Airsaid/AndroidLocalizePlugin/releases/tag/v2.2.1) (2021-07-06)
4+
- Fix translation error when source text is in chinese [#33](https://github.com/Airsaid/AndroidLocalizePlugin/issues/33).
5+
36
## [V2.2.0](https://github.com/Airsaid/AndroidLocalizePlugin/releases/tag/v2.2.0) (2021-06-08)
47
- Fix incomplete Google translation long text [#31](https://github.com/Airsaid/AndroidLocalizePlugin/issues/31).
58
- Add power by translator description.

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ plugins {
44
}
55

66
group 'com.airsaid'
7-
version '2.2.0'
7+
version '2.2.1'
88

99
sourceCompatibility = 1.8
1010

src/main/resources/META-INF/plugin.xml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,7 @@
3737

3838
<change-notes><![CDATA[
3939
<ul>
40-
<li>Fix incomplete Google translation long text.</li>
41-
<li>Add power by translator description.</li>
40+
<li>Fix translation error when source text is in chinese.</li>
4241
</ul>
4342
<a href="https://github.com/Airsaid/AndroidLocalizePlugin/blob/master/CHANGELOG.md"><b>Full Changelog History</b></a>
4443
]]></change-notes>

0 commit comments

Comments
 (0)