You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 10, 2023. It is now read-only.
More features are coming, please check [Todo](https://github.com/westlinkin/AndroidLocalizationer#todo).
29
32
@@ -38,11 +41,16 @@ You can download the plugin [here](https://github.com/westlinkin/AndroidLocaliza
38
41
To Install the plugin, please check [IntelliJ IDEA Web Help](https://www.jetbrains.com/idea/help/installing-updating-and-uninstalling-repository-plugins.html#d1282549e185).
39
42
40
43
##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
+
41
49
Version 0.0.3
42
50
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*
46
54
* Popup error message when Microsoft Translator quota exceed or client id/ client secret is invalid
47
55
48
56
Version 0.0.2
@@ -59,7 +67,7 @@ Version 0.0.1
59
67
* Plugin Settings
60
68
* Choose the translation engine (translation API) you wanna use
61
69
* <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`
63
71
* <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
0 commit comments