Skip to content
This repository was archived by the owner on Nov 10, 2023. It is now read-only.

Commit 553dcdd

Browse files
committed
update plugin description; update readme; update screenshot
1 parent 7866a69 commit 553dcdd

File tree

5 files changed

+20
-6
lines changed

5 files changed

+20
-6
lines changed

META-INF/plugin.xml

+7-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<idea-plugin version="2">
1818
<id>com.westlinkin.androidLocalizationer</id>
1919
<name>Android Localizationer</name>
20-
<version>0.0.3</version>
20+
<version>0.1.0</version>
2121
<vendor email="westlinkin@gmail.com" >Wesley Lin</vendor>
2222

2323
<description><![CDATA[
@@ -28,6 +28,12 @@
2828
]]></description>
2929

3030
<change-notes><![CDATA[
31+
Version 0.1.0
32+
<ul>
33+
<li>Add <b>filter rule</b> setting in plugin settings interface, filter strings you don't wanna translate</li>
34+
<li>Fix a possible throwable when automatically open the translated strings.xml file</li>
35+
</ul>
36+
3137
Version 0.0.3
3238
<ul>
3339
<li>Only show 'Convert to other languages' menu on strings.xml files, current only strings.xml file under values or values-en folders.</li>

README.md

+13-5
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,13 @@ After clicking `OK`, the string resources will be translated and created in the
2020
`<string name="flurry_id">FLURRY_ID</string>`<br>
2121
to<br>
2222
`<string name="NAL_flurry_id">FLURRY_ID</string>`
23+
24+
* Filter the strings you don't wanna translate by adding `filter rule` in plugin settings interface
25+
2326
* Set client id or client secret for Microsoft Translator, in case of running out of quota.
2427
* [How to get Microsoft Translator client id and client secret?](http://blogs.msdn.com/b/translation/p/gettingstarted1.aspx)
2528

26-
![img](https://raw.githubusercontent.com/westlinkin/AndroidLocalizationer/master/screen_shot_4.png)
29+
![img](https://raw.githubusercontent.com/westlinkin/AndroidLocalizationer/master/screen_shot_5.png)
2730

2831
More features are coming, please check [Todo](https://github.com/westlinkin/AndroidLocalizationer#todo).
2932

@@ -38,11 +41,16 @@ You can download the plugin [here](https://github.com/westlinkin/AndroidLocaliza
3841
To Install the plugin, please check [IntelliJ IDEA Web Help](https://www.jetbrains.com/idea/help/installing-updating-and-uninstalling-repository-plugins.html#d1282549e185).
3942

4043
##ChangeLog
44+
Version 0.1.0
45+
46+
* Add **filter rule** setting in plugin settings interface, filter strings you don't wanna translate
47+
* Fix a possible throwable when automatically open the translated strings.xml file
48+
4149
Version 0.0.3
4250

43-
* Only show 'Convert to other languages' menu on `strings.xml` files, current only `strings.xml` file under `values` or `values-en` folders.
44-
* Add an icon before 'Convert to other languages' menu
45-
* Add a plugin settings interface, client id and client secret for Microsoft Translator can be set by users
51+
* Only show 'Convert to other languages' menu on `strings.xml` files, current only `strings.xml` file under `values` or `values-en` folders.*
52+
* Add an icon before 'Convert to other languages' menu*
53+
* Add a plugin settings interface, client id and client secret for Microsoft Translator can be set by users*
4654
* Popup error message when Microsoft Translator quota exceed or client id/ client secret is invalid
4755

4856
Version 0.0.2
@@ -59,7 +67,7 @@ Version 0.0.1
5967
* Plugin Settings
6068
* Choose the translation engine (translation API) you wanna use
6169
* <del>Set translation engine (translation API)'s application key, in case of the API is runing out of quota
62-
* Filter the `string` key that you don't wanna translate, e.g. `app_name`, `some_api_key`
70+
* <del>Filter the `string` key that you don't wanna translate, e.g. `app_name`, `some_api_key`
6371
* <del>Only show the `Convert to other languages` in the popup menu when right clicking the string resources, like [Google's Translation Editor](http://tools.android.com/recent/androidstudio087released) does
6472
* Support more source languages
6573

screen_shot_1.png

-65.1 KB
Binary file not shown.

screen_shot_4.png

-64.1 KB
Binary file not shown.

screen_shot_5.png

74.1 KB
Loading

0 commit comments

Comments
 (0)