:earth_asia: Android/KMP localization plugin. supports multiple languages and multiple translators.
English | ็ฎไฝไธญๆ
AndroidLocalizePlugin
Website | GitHub | Issues | Reviews
Android/KMP(Kotlin Multiplatform) localization plugin. supports multiple languages and multiple translators.
Features
- Multiple translator support:
- Supports up to 100+ languages.
- One key generates all translation files.
- Support no translation of existing string.
- Support for specifying that text is not translated.
- Support for caching translated strings.
- Support to set the translation interval time.
Usage
- Step 1: Select the
values/strings.xml(or any string resource invaluesdirectory). - Step 2: Right click and select "Translate to Other Languages".
- Step 3: Select the languages to be translated.
- Step 4: Click OK.
Preview
Install
FAQ
- Q: How to ignore translation?
<string name="app_name" translatable="false">HelloAndroid</string>
<string name="star_rating">Check out our 5<xliff:g id="star">\u2605</xliff:g></string>
<string name="apphomeurl">Visit us at <xliff:g id="application_homepage">https://github.com/Airsaid/AndroidLocalizePlugin</xliff:g></string>
<string name="prod_name">Learn more at <xliff:g id="studio">Muggle Studio</xliff:g></string>
- Q: Translation failure: java.net.HttpRetryException: cannot retry due to redirection, in streaming mode
ChangeLog
ChangeLogSupport and Donations
You can contribute and support this project by doing any of the following:
- Star the project on GitHub.
- Give feedback.
- Commit PR.
- Contribute your ideas/suggestions.
- Share the plugin with your friends/colleagues.
- If you like the plugin, please consider making a donation to keep the plugin active:
| Open Collective | WeChat Pay | Alipay |
|---|---|---|
|
|
|
Thank you for your support!
License
Copyright 2018 Airsaid. https://github.com/airsaid
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.