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. + +