File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 33# Android Localize Plugin Changelog
44
55## [ Unreleased]
6+ ### Changed
7+ - Improve plugin description information.
68
79## [ 2.6.1] ( https://github.com/Airsaid/AndroidLocalizePlugin/releases/tag/v2.6.1 ) (2022-08-27)
810### Added
Original file line number Diff line number Diff line change 66[ ![ Build] ( https://github.com/Airsaid/AndroidLocalizePlugin/workflows/Build/badge.svg )] ( https://github.com/Airsaid/AndroidLocalizePlugin/actions/workflows/build.yml )
77
88<!-- Plugin description -->
9- :earth_asia : Android localization plugin. supports multiple languages and multiple translators.
9+ [ WebSite] ( https://plugins.jetbrains.com/plugin/11174-androidlocalize ) | [ GitHub] ( https://github.com/Airsaid/AndroidLocalizePlugin ) | [ Issues] ( https://github.com/Airsaid/AndroidLocalizePlugin/issues ) | [ Reviews] ( https://plugins.jetbrains.com/plugin/11174-androidlocalize/reviews ) <br /><br />
10+
11+ Android localization plugin. supports multiple languages and multiple translators.
1012
1113# Features
1214- Multiple translator support:
2224- Support for caching translated strings.
2325- Support to set the translation interval time.
2426
27+ # Usage
28+ - Step 1: Select the ` values/strings.xml ` (or ` plurals.xml/arrays.xml ` ).
29+ - Step 2: Right click and select "Translate to Other Languages".
30+ - Step 3: Select the languages to be translated.
31+ - Step 4: Click OK.
32+
2533<!-- Plugin description end -->
2634
2735# Preview
3139# Install
3240[ ![ Install Plugin] ( preview/install.png )] ( https://plugins.jetbrains.com/plugin/11174-androidlocalize )
3341
34- # Usage
35- - Step 1: Select the ` values/strings.xml ` (or ` plurals.xml/arrays.xml ` ).
36- - Step 2: Right click and select "Translate to Other Languages".
37- - Step 3: Select the languages to be translated.
38- - Step 4: Click OK.
39-
4042# FAQ
4143- Q: How to ignore translation?
4244
Original file line number Diff line number Diff line change 55[ ![ Plugin Rating] ( https://img.shields.io/jetbrains/plugin/r/rating/11174 )] ( https://plugins.jetbrains.com/plugin/11174-androidlocalize )
66[ ![ Build] ( https://github.com/Airsaid/AndroidLocalizePlugin/workflows/Build/badge.svg )] ( https://github.com/Airsaid/AndroidLocalizePlugin/actions/workflows/build.yml )
77
8- :earth_asia : Android 本地化插件,支持多种语言和翻译器。
8+ [ WebSite] ( https://plugins.jetbrains.com/plugin/11174-androidlocalize ) | [ GitHub] ( https://github.com/Airsaid/AndroidLocalizePlugin ) | [ Issues] ( https://github.com/Airsaid/AndroidLocalizePlugin/issues ) | [ Reviews] ( https://plugins.jetbrains.com/plugin/11174-androidlocalize/reviews ) <br /><br />
9+
10+ Android 本地化插件,支持多种语言和翻译器。
911
1012# 功能
1113- 多翻译器支持:
2123- 支持缓存已翻译的 strings。
2224- 支持设置翻译间隔时间。
2325
26+ # 使用
27+ - 第一步:选择 ` values/strings.xml ` 文件(或者 ` plurals.xml/arrays.xml ` )。
28+ - 第二步:右键选择:“Translate to Other Languages”。
29+ - 第三步:勾选上需要翻译的语言。
30+ - 第四步:点击 OK。
31+
2432# 预览
2533![ image] ( preview/preview.gif )
2634![ image] ( preview/settings.png )
2735
2836# 安装
2937[ ![ Install Plugin] ( preview/install.png )] ( https://plugins.jetbrains.com/plugin/11174-androidlocalize )
3038
31- # 使用
32- - 第一步:选择 ` values/strings.xml ` 文件(或者 ` plurals.xml/arrays.xml ` )。
33- - 第二步:右键选择:“Translate to Other Languages”。
34- - 第三步:勾选上需要翻译的语言。
35- - 第四步:点击 OK。
36-
3739# 常见问题
3840- 问题:如何忽略不让其翻译?
3941
Original file line number Diff line number Diff line change 44pluginGroup = com.airsaid
55pluginName = AndroidLocalize
66# SemVer format -> https://semver.org
7- pluginVersion = 2.6.1
7+ pluginVersion = 2.6.2
88
99# See https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html
1010# for insight into build numbers and IntelliJ Platform versions.
You can’t perform that action at this time.
0 commit comments