Skip to content

Commit 12bf41d

Browse files
committed
Prepare version 2.1.0
1 parent a34bedc commit 12bf41d

File tree

5 files changed

+12
-7
lines changed

5 files changed

+12
-7
lines changed

CHANGELOG.md

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

3+
## [V2.1.0](https://github.com/Airsaid/AndroidLocalizePlugin/releases/tag/v2.1.0) (2021-06-05)
4+
- Added Microsoft Translator.
5+
- Added "Use google.com" setting.
6+
- Supported more languages.
7+
38
## [V2.0.0](https://github.com/Airsaid/AndroidLocalizePlugin/releases/tag/v2.0.0) (2021-06-04)
49
- Completely refactor the code.
510
- Added multiple translator support.

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
# Features
88
- Multiple translator support:
99
- Google translator.
10+
- Microsoft translator.
1011
- Baidu translator.
1112
- Youdao translator.
1213
- Supports up to 100+ languages.

README_CN.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
# 功能
88
- 多翻译器支持:
99
- Google 翻译
10+
- 微软翻译
1011
- 百度翻译
1112
- 有道翻译
1213
- 支持最多 100+ 语言。

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.0.0'
7+
version '2.1.0'
88

99
sourceCompatibility = 1.8
1010

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

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
<li>Multiple translator support:
1616
<ul>
1717
<li>Google translator.</li>
18+
<li>Microsoft translator.</li>
1819
<li>Baidu translator.</li>
1920
<li>Youdao translator.</li>
2021
</ul>
@@ -36,12 +37,9 @@
3637

3738
<change-notes><![CDATA[
3839
<ul>
39-
<li>Completely refactor the code.</li>
40-
<li>Added multiple translator support.</li>
41-
<li>Added "Open Translated File" option.</li>
42-
<li>Added translation cache.</li>
43-
<li>Optimized the experience.</li>
44-
<li>Fixed bugs.</li>
40+
<li>Added Microsoft Translator.</li>
41+
<li>Added "Use google.com" setting.</li>
42+
<li>Supported more languages.</li>
4543
</ul>
4644
<a href="https://github.com/Airsaid/AndroidLocalizePlugin/blob/master/CHANGELOG.md"><b>Full Changelog History</b></a>
4745
]]></change-notes>

0 commit comments

Comments
 (0)