File tree Expand file tree Collapse file tree 5 files changed +12
-7
lines changed
src/main/resources/META-INF Expand file tree Collapse file tree 5 files changed +12
-7
lines changed Original file line number Diff line number Diff line change 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.
Original file line number Diff line number Diff line change 77# Features
88- Multiple translator support:
99 - Google translator.
10+ - Microsoft translator.
1011 - Baidu translator.
1112 - Youdao translator.
1213- Supports up to 100+ languages.
Original file line number Diff line number Diff line change 77# 功能
88- 多翻译器支持:
99 - Google 翻译
10+ - 微软翻译
1011 - 百度翻译
1112 - 有道翻译
1213- 支持最多 100+ 语言。
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ plugins {
44}
55
66group ' com.airsaid'
7- version ' 2.0 .0'
7+ version ' 2.1 .0'
88
99sourceCompatibility = 1.8
1010
Original file line number Diff line number Diff line change 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>
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 >
You can’t perform that action at this time.
0 commit comments