Skip to content

Commit a25de5d

Browse files
committed
Bump v2.4.0
1 parent c6c37ce commit a25de5d

File tree

3 files changed

+10
-4
lines changed

3 files changed

+10
-4
lines changed

CHANGELOG.md

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

3+
## [V2.4.0](https://github.com/Airsaid/AndroidLocalizePlugin/releases/tag/v2.4.0) (2022-01-21)
4+
- Supported custom google api key.
5+
- Supported plurals&string-array tags.
6+
- Changed maximum number of cacheable items to 1000.
7+
- Added baidu icon of light mode.
8+
39
## [V2.3.0](https://github.com/Airsaid/AndroidLocalizePlugin/releases/tag/v2.3.0) (2021-07-09)
410
- Add translation interval time setting.
511
- Replace plugin logo.

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
pluginGroup = com.airsaid
55
pluginName = AndroidLocalize
66
# SemVer format -> https://semver.org
7-
pluginVersion = 2.3.0
7+
pluginVersion = 2.4.0
88

99
# See https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html
1010
# for insight into build numbers and IntelliJ Platform versions.

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@
3737

3838
<change-notes><![CDATA[
3939
<ul>
40-
<li>Add translation interval time setting.</li>
41-
<li>Replace plugin logo.</li>
40+
<li>Supported custom google api key.</li>
41+
<li>Supported plurals&string-array tags.</li>
4242
</ul>
4343
<a href="https://github.com/Airsaid/AndroidLocalizePlugin/blob/master/CHANGELOG.md"><b>Full Changelog History</b></a>
4444
]]></change-notes>
@@ -59,7 +59,7 @@
5959
class="com.airsaid.localization.action.TranslateAction"
6060
text="Translate to Other Languages"
6161
icon="PluginIcons.TRANSLATE_ACTION_ICON"
62-
description="Translate this strings.xml to other languages that can be used to localize your Android APP.">
62+
description="Translate strings to other languages.">
6363
<add-to-group group-id="ProjectViewPopupMenu" anchor="after" relative-to-action="EditSource"/>
6464
</action>
6565
</actions>

0 commit comments

Comments
 (0)