diff --git a/README.md b/README.md index 347b3e8..61966d5 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ Most common use case is for translating Webapps or simple Java Applications. Tra ## Screenshots ![Tree View](https://raw.githubusercontent.com/marhali/easy-i18n/main/example/images/TreeView.PNG "Tree View") ![Table View](https://raw.githubusercontent.com/marhali/easy-i18n/main/example/images/TableView.PNG "Table View") - +![Key Completion](https://raw.githubusercontent.com/marhali/easy-i18n/main/example/images/Completion.PNG "Key Completion") ## Installation - Using IDE built-in plugin system: diff --git a/example/images/Completion.PNG b/example/images/Completion.PNG new file mode 100644 index 0000000..239fd68 Binary files /dev/null and b/example/images/Completion.PNG differ