Skip to content

Commit c931ead

Browse files
committed
Update version to 1.5
1 parent 3ac497e commit c931ead

File tree

5 files changed

+6
-3
lines changed

5 files changed

+6
-3
lines changed

AndroidLocalizePlugin.zip

851 Bytes
Binary file not shown.

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@
3333
- Q1: Empty characters after translation?
3434

3535
A: You need to set an proxy or replace an proxy address or wait a while before trying. set proxy:
36+
3637
![image](https://github.com/Airsaid/AndroidLocalizePlugin/blob/master/preview/setproxy.png)
3738

3839
- Q2: How to ignore translation?

README_CN.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@
3333
- 问题一:翻译后得到的是空的文本?
3434

3535
回答:你需要设置代理或替换代理地址,或者等待一段时间后再次尝试。代理设置:
36+
3637
![image](https://github.com/Airsaid/AndroidLocalizePlugin/blob/master/preview/setproxy.png)
3738

3839
- 问题二:如何忽略不让其翻译?

resources/META-INF/plugin.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<idea-plugin>
22
<id>com.github.airsaid.androidlocalize</id>
33
<name>AndroidLocalize</name>
4-
<version>1.4</version>
4+
<version>1.5</version>
55
<vendor email="[email protected]" url="https://github.com/Airsaid/AndroidLocalizePlugin">Airsaid</vendor>
66

77
<description><![CDATA[
@@ -18,6 +18,7 @@
1818
<li>V1.2: Fixed garbled bug.</li>
1919
<li>V1.3: Added Overwrite Existing String function. and optimize the experience of choice.</li>
2020
<li>V1.4: Added proxy support and fixed bugs.</li>
21+
<li>V1.5: Added select all options.</li>
2122
]]></change-notes>
2223

2324
<!-- please see http://www.jetbrains.org/intellij/sdk/docs/basics/getting_started/build_number_ranges.html for description -->

src/config/AndroidLocalizeConfigurable.form

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
</component>
4747
<component id="cf6fc" class="javax.swing.JTextField" binding="hostNameField">
4848
<constraints>
49-
<grid row="2" column="1" row-span="1" col-span="1" vsize-policy="0" hsize-policy="6" anchor="8" fill="1" indent="0" use-parent-layout="false">
49+
<grid row="2" column="1" row-span="1" col-span="1" vsize-policy="0" hsize-policy="6" anchor="0" fill="1" indent="0" use-parent-layout="false">
5050
<preferred-size width="150" height="-1"/>
5151
</grid>
5252
</constraints>
@@ -62,7 +62,7 @@
6262
</component>
6363
<component id="f0913" class="javax.swing.JSpinner" binding="portNumberSpinner">
6464
<constraints>
65-
<grid row="3" column="1" row-span="1" col-span="1" vsize-policy="0" hsize-policy="6" anchor="8" fill="1" indent="0" use-parent-layout="false"/>
65+
<grid row="3" column="1" row-span="1" col-span="1" vsize-policy="0" hsize-policy="6" anchor="8" fill="0" indent="0" use-parent-layout="false"/>
6666
</constraints>
6767
<properties/>
6868
</component>

0 commit comments

Comments
 (0)