diff --git a/README.md b/README.md index 49b6c25..41d6de7 100644 --- a/README.md +++ b/README.md @@ -33,9 +33,9 @@ This plugin can be used for any project based on one of the formats and structur - UI Tool-Window which supports _tree-view_ and _table-view_ - Easily **`Add`** / **`Edit`** / **`Delete`** translations - Filter all translations with _full-text-search_ support -- Editor Assistance: Key completion, annotation and referencing +- Editor Assistance: translation intention, completion-contributor, key-annotation and -folding - Translation key sorting and nesting can be configured -- Configurable locales directory & preferred locale for ui presentation +- Extensive configuration options: locales directory, preferred locale, key delimiters - Missing language translations will be indicated red - Automatically reloads translation data if any locale file was changed @@ -48,6 +48,9 @@ This plugin can be used for any project based on one of the formats and structur - Modularized (**Locale** \ **Namespace**) - Modularized (**Namespace** \ **Locale**) +### Language Support +**JavaScript / TypeScript** - **Vue** - **Java** - **Kotlin** - **PHP** + ## Installation diff --git a/example/images/settings.PNG b/example/images/settings.PNG index 0630bd3..63a455f 100644 Binary files a/example/images/settings.PNG and b/example/images/settings.PNG differ