{"id":13537704,"url":"https://github.com/westlinkin/AndroidLocalizationer","last_synced_at":"2025-04-02T04:31:21.239Z","repository":{"id":23914610,"uuid":"27294912","full_name":"westlinkin/AndroidLocalizationer","owner":"westlinkin","description":"This is a Android Studio/ IntelliJ IDEA plugin to localize your Android app, translate your string resources automactically.","archived":true,"fork":false,"pushed_at":"2016-04-21T02:21:58.000Z","size":1609,"stargazers_count":825,"open_issues_count":32,"forks_count":143,"subscribers_count":31,"default_branch":"master","last_synced_at":"2024-11-03T02:33:09.163Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"http://lifeofcoding.com/AndroidLocalizationer/","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/westlinkin.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"License","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2014-11-29T07:31:05.000Z","updated_at":"2024-10-30T16:20:32.000Z","dependencies_parsed_at":"2022-08-20T02:31:21.635Z","dependency_job_id":null,"html_url":"https://github.com/westlinkin/AndroidLocalizationer","commit_stats":null,"previous_names":[],"tags_count":8,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/westlinkin%2FAndroidLocalizationer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/westlinkin%2FAndroidLocalizationer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/westlinkin%2FAndroidLocalizationer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/westlinkin%2FAndroidLocalizationer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/westlinkin","download_url":"https://codeload.github.com/westlinkin/AndroidLocalizationer/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246757208,"owners_count":20828854,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-08-01T09:01:02.462Z","updated_at":"2025-04-02T04:31:16.229Z","avatar_url":"https://github.com/westlinkin.png","language":"Java","readme":"#Android Localizationer\n\nThis is a Android Studio/ IntelliJ IDEA plugin to localize your Android app, translate your string resources automactically.\n\nTranslate all your strings in your string resources(e.g. `strings.xml`) to your target languages automactically. Help developers localize their Android app easily, with just one click.\n\n\n##Usage\n\nRight click the strings resource file, choose 'Convert to other languages'.\u003cbr\u003e\n![img](https://raw.githubusercontent.com/westlinkin/AndroidLocalizationer/master/screen_shot_3.png)\u003cbr\u003e\nThen check the target languages.\u003cbr\u003e\n![img](https://raw.githubusercontent.com/westlinkin/AndroidLocalizationer/master/screen_shot_2.png) \n\u003cbr\u003e\nAfter clicking `OK`, the string resources will be translated and created in the correct value folder.\n\n##Feature\n\n* Filter the strings you don't wanna translate by adding `NAL_` prefix to the `string key`, case sensitive. Change:\u003cbr\u003e\n`\u003cstring name=\"flurry_id\"\u003eFLURRY_ID\u003c/string\u003e`\u003cbr\u003e\nto\u003cbr\u003e\n`\u003cstring name=\"NAL_flurry_id\"\u003eFLURRY_ID\u003c/string\u003e`\n\n* Filter the strings you don't wanna translate by adding `filter rule` in plugin settings interface\n\n* Set client id or client secret for Microsoft Translator, in case of running out of quota. \n\t* [How to get Microsoft Translator client id and client secret?](http://blogs.msdn.com/b/translation/p/gettingstarted1.aspx)\n\t\n\t![img](https://raw.githubusercontent.com/westlinkin/AndroidLocalizationer/master/screen_shot_5.png) \n\t \n* Set Google API key to use Google Translation API, you need to do [this](https://cloud.google.com/translate/v2/getting_started#intro), at the **Public API access** section of the **Credentials** page, create a new **`Browser key`**. Please **NOTE** that this is a [paid service](https://cloud.google.com/translate/v2/pricing).\n\nMore features are coming, please check [Todo](https://github.com/westlinkin/AndroidLocalizationer#todo).\n\n##Warning\n* Currently, Android Localizationer only support translate **English** to other languages\n* The result may **not** meet your standards due to the Translation API that this plugin is using, so keep your string resources **as simple as possible**\n\n\n##Downloads\nYou can download the plugin [here](https://github.com/westlinkin/AndroidLocalizationer/raw/master/AndroidLocalizationer.zip).\n\nTo Install the plugin, please check [IntelliJ IDEA Web Help](https://www.jetbrains.com/idea/help/installing-updating-and-uninstalling-repository-plugins.html#d1282549e185).\n\n##ChangeLog\nVersion 0.1.5\n* Fix [issue #17](https://github.com/westlinkin/AndroidLocalizationer/issues/17)\n* Fix [issue #1](https://github.com/westlinkin/AndroidLocalizationer/issues/1)\n\nVersion 0.1.4\n\n* Fix [issue #13](https://github.com/westlinkin/AndroidLocalizationer/issues/13)\n* Fix [issue #15](https://github.com/westlinkin/AndroidLocalizationer/issues/15)\n\nVersion 0.1.3\n\n* Fix bug: translation fails when there are too many string resources\n* Fix bug: translation fails when there are special symbols, like `€`\n* Fix bug: translation fails when there are special tags, like `\u003cu\u003e`\n* Fix Java escape problems in MS Translator\n\nVersion 0.1.2\n\n* Add Google Translation API support. Please **NOTE** that this is a [paid service](https://cloud.google.com/translate/v2/pricing).\n* Fix bug: show error when opening the translated strings.xml file\n\nVersion 0.1.1\n\n* Fix bug: when translate to more than one language, only the first target language will be translated correctly\n* Fix bug: filter rule in plugin settings cannot be filtered\n* Fix bug: wrongly show 'Quota exceed' error dialog when both not running out of quota and no strings need to be translated\n     \n\nVersion 0.1.0\n\n* Add **filter rule** setting in plugin settings interface, filter strings you don't wanna translate\n* Fix a possible throwable when automatically open the translated strings.xml file\n\nVersion 0.0.3\n\n* Only show 'Convert to other languages' menu on `strings.xml` files, current only `strings.xml` file under `values` or `values-en` folders.* \n* Add an icon before 'Convert to other languages' menu* \n* Add a plugin settings interface, client id and client secret for Microsoft Translator can be set by users* \n* Popup error message when Microsoft Translator quota exceed or client id/ client secret is invalid\n\nVersion 0.0.2\n\n* Fix string error on the popup dialog\n\nVersion 0.0.1\n\n* Publish project\n\n\n##Todo\n* Multiple translation engine\n* Plugin Settings\n\t* \u003cdel\u003eChoose the translation engine (translation API) you wanna use\n\t* \u003cdel\u003eSet translation engine (translation API)'s application key, in case of the API is runing out of quota\n\t* \u003cdel\u003eFilter the `string` key that you don't wanna translate, e.g. `app_name`, `some_api_key`\n* \u003cdel\u003eOnly 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\n* Support more source languages\n* Support string arrays\n\n\n##License\n\n\tCopyright 2014-2016 Wesley Lin\n\n\tLicensed under the Apache License, Version 2.0 (the \"License\");\n\tyou may not use this file except in compliance with the License.\n\tYou may obtain a copy of the License at\n\n    \thttp://www.apache.org/licenses/LICENSE-2.0\n\n\tUnless required by applicable law or agreed to in writing, software\n\tdistributed under the License is distributed on an \"AS IS\" BASIS,\n\tWITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n\tSee the License for the specific language governing permissions and\n\tlimitations under the License.\n","funding_links":[],"categories":["Java","Libs","Android Studio","【详情】","开发环境/工具"],"sub_categories":["\u003cA NAME=\"Tools\"\u003e\u003c/A\u003eTools","Plugins"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwestlinkin%2FAndroidLocalizationer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwestlinkin%2FAndroidLocalizationer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwestlinkin%2FAndroidLocalizationer/lists"}