diff --git a/README.md b/README.md index 1585e18..f5402de 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@

- + @@ -38,7 +38,7 @@ i18n-auto-translation helps you translate your JSON internationalization files. - Don't worry, tool will call an API only for the newly created lines, already translated one will be skipped. - Translate APIs are not ideal, and that's why you will need from time to time to override some translations manually, when you manually translate some value, the tool will keep that value, and won't try to translate it again. - If you pass a directory, the tool will recursively find all files named [from].json (e.g. en.json), and the translations will be saved in the same directory as the original file(s). All the described above will be still applicable. -- Words that are wrapped in `{{}}` won't be translated. +- Words that are wrapped in `{{}}`, `<>`, `` won't be translated. e.g. `{{skip}}
` ## Installation