Skip to content

Commit

Permalink
Bump v2.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Airsaid committed Jan 21, 2022
1 parent c6c37ce commit a25de5d
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 4 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change Log

## [V2.4.0](https://github.com/Airsaid/AndroidLocalizePlugin/releases/tag/v2.4.0) (2022-01-21)
- Supported custom google api key.
- Supported plurals&string-array tags.
- Changed maximum number of cacheable items to 1000.
- Added baidu icon of light mode.

## [V2.3.0](https://github.com/Airsaid/AndroidLocalizePlugin/releases/tag/v2.3.0) (2021-07-09)
- Add translation interval time setting.
- Replace plugin logo.
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
pluginGroup = com.airsaid
pluginName = AndroidLocalize
# SemVer format -> https://semver.org
pluginVersion = 2.3.0
pluginVersion = 2.4.0

# See https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html
# for insight into build numbers and IntelliJ Platform versions.
Expand Down
6 changes: 3 additions & 3 deletions src/main/resources/META-INF/plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@

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

0 comments on commit a25de5d

Please sign in to comment.