Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
wilinz authored Jul 30, 2022
1 parent 7b77898 commit b5f5acf
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,19 @@
# 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 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.
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.

<h4>Usage:</h4>
<h5>1. Translate the entire document</h5>
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>
<h5>2. Incremental translation</h5>
<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>
Expand Down

0 comments on commit b5f5acf

Please sign in to comment.