diff --git a/README.md b/README.md index 5e38129..b50b2ab 100644 --- a/README.md +++ b/README.md @@ -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. + +

Usage:

+

1. Translate the entire document

+
    +
  1. Select the values/strings.xml or .properties file
  2. +
  3. Right click and select "Translate this file".
  4. +
  5. Select the languages to be translated.
  6. +
  7. Click OK.
  8. +
+

2. Incremental translation

+
    +
  1. In the values/strings.xml or .properties file, select n lines of content you want to translate
  2. +
  3. Right click and select "Translate to Other Languages".
  4. +
  5. Select the languages to be translated.
  6. +
  7. Click OK.
  8. +
# Support https://github.com/wilinz/Sponsor