File tree Expand file tree Collapse file tree 3 files changed +10
-4
lines changed
src/main/resources/META-INF Expand file tree Collapse file tree 3 files changed +10
-4
lines changed Original file line number Diff line number Diff line change 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.
Original file line number Diff line number Diff line change 44pluginGroup = com.airsaid
55pluginName = 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.
Original file line number Diff line number Diff line change 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 >
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 >
You can’t perform that action at this time.
0 commit comments