All Projects → seven332 → Androidchinesestring

seven332 / Androidchinesestring

Licence: apache-2.0
This is a Android Studio/ IntelliJ IDEA plugin to convert the strings.xml between Chinese

Programming Languages

java
68154 projects - #9 most used programming language

AndroidChineseString

这是个用来做中文繁简转换的 Android Studio/ IntelliJ IDEA 插件。
This is a Android Studio/ IntelliJ IDEA plugin to convert the strings.xml between Chinese.

Usage

对着中文 values 文件夹下的 strings.xml 单击右键,再选择 Convert between Chinese。
中文 values 文件夹指的是 values-zh-rCN, values-zh-rHK 和 values-zh-rTW。单纯的 values-zh 是不能判断是繁还是简。
Right click the strings.xml in Chinese values folder, choose 'Convert to other languages'.
Chinese values folder is values-zh-rCN, values-zh-rHK and values-zh-rTW. It is unknown that the language is Simplified Chinese or Traditional Chinese in values-zh folder.
img

Build

导入 IntelliJ IDEA 即可编译。
Just import into IntelliJ IDEA and build.

Thanks

  • OpenCC
    • 中文繁简转换工具
    • conversion between Traditional and Simplified Chinese
  • juniversalchardet
    • 检测编码
    • encoding detector
  • AndroidLocalizationer
    • 学习如何制作插件的例子
    • I learned how to develop plugin from it

License

本项目内容采用 Apache License 2.0 授权。
The content of this project itself is licensed under the Apache License 2.0.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].