add donation links to support development

This commit is contained in:
Marcel Haßlinger 2021-07-20 15:47:37 +02:00
parent 8dac53d1ae
commit b57b457517
2 changed files with 5 additions and 0 deletions

View File

@ -10,6 +10,7 @@
- Settings option to opt-out code assistance inside editor - Settings option to opt-out code assistance inside editor
- Support key completion and annotation for Kotlin language - Support key completion and annotation for Kotlin language
- Example locale files for all configuration options - Example locale files for all configuration options
- Donation links on GitHub to support development
### Changed ### Changed
- Update dependencies - Update dependencies

View File

@ -3,6 +3,7 @@
![Build](https://github.com/marhali/easy-i18n/workflows/Build/badge.svg) ![Build](https://github.com/marhali/easy-i18n/workflows/Build/badge.svg)
[![Version](https://img.shields.io/jetbrains/plugin/v/16316.svg)](https://plugins.jetbrains.com/plugin/16316) [![Version](https://img.shields.io/jetbrains/plugin/v/16316.svg)](https://plugins.jetbrains.com/plugin/16316)
[![Downloads](https://img.shields.io/jetbrains/plugin/d/16316.svg)](https://plugins.jetbrains.com/plugin/16316) [![Downloads](https://img.shields.io/jetbrains/plugin/d/16316.svg)](https://plugins.jetbrains.com/plugin/16316)
[![Donate](https://img.shields.io/badge/Donate-PayPal-green.svg)](https://paypal.me/marhalide)
<!-- Plugin description --> <!-- Plugin description -->
This is an easy plugin to manage internationalization for JSON or Resource-Bundle(Properties) based locale files. This is an easy plugin to manage internationalization for JSON or Resource-Bundle(Properties) based locale files.
@ -50,6 +51,9 @@ Most common use case is for translating Webapps or simple Java Applications. Tra
Examples for the configuration can be found in the [/example](https://github.com/marhali/easy-i18n/tree/main/example) folder. Examples for the configuration can be found in the [/example](https://github.com/marhali/easy-i18n/tree/main/example) folder.
## Donation
If the project helps you to reduce development time, you can give me a [cup of coffee](https://paypal.me/marhalide) :)
--- ---
Plugin based on the [IntelliJ Platform Plugin Template][template]. Plugin based on the [IntelliJ Platform Plugin Template][template].