Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main'
Browse files Browse the repository at this point in the history
  • Loading branch information
wilinz committed Jul 30, 2022
2 parents 4306618 + b5f5acf commit a68d3bc
Showing 1 changed file with 21 additions and 3 deletions.
24 changes: 21 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,25 @@
# I18n-translator-plugin
Intellij platform i18n plugin,Auto translate 133 languages for your application with one click,Support Android strings.xml and java properties file
# GlobalizationTranslator
Intellij platform i18n plugin,Auto translate 133 languages for your application with one click,Support Android strings.xml and java .properties file

This library is still under development and currently only supports translating Android.xml, which can preserve the placeholders such as ```%1$s```, ```%2$d``` and can Reserved escape characters like ```\n```,```\"```,```\'```, etc., support ```string```, ```string-array```, ```plurals``` tag.
This plugin supports translate Android.xml and java .properties file, which can preserve the placeholders such as ```%1$s```, ```%2$d```, ```{0}```,```{1}``` and can Reserved escape characters like ```\n```,```\"```,```\'```, etc., support ```string```, ```string-array```, ```plurals``` tag.

Advantages of this plugin compared to other plugins: fast translation speed, translate files into 131 languages in less than two minutes, support for retaining placeholders, support for incremental translation.

<h2>Usage:</h2>
<h3>1. Translate the entire document</h3>
<ol>
<li>Select the values/strings.xml or .properties file</li>
<li>Right click and select "Translate this file".</li>
<li>Select the languages to be translated.</li>
<li>Click OK.</li>
</ol>
<h3>2. Incremental translation</h3>
<ol>
<li>In the values/strings.xml or .properties file, select n lines of content you want to translate</li>
<li>Right click and select "Translate to Other Languages".</li>
<li>Select the languages to be translated.</li>
<li>Click OK.</li>
</ol>

# Support
https://github.com/wilinz/Sponsor
Expand Down

0 comments on commit a68d3bc

Please sign in to comment.