From b57b4575176e2c27f27fef5e753299b0b052c2ec Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcel=20Ha=C3=9Flinger?= Date: Tue, 20 Jul 2021 15:47:37 +0200 Subject: [PATCH] add donation links to support development --- CHANGELOG.md | 1 + README.md | 4 ++++ 2 files changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4b2c8fe..d087cee 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,7 @@ - Settings option to opt-out code assistance inside editor - Support key completion and annotation for Kotlin language - Example locale files for all configuration options +- Donation links on GitHub to support development ### Changed - Update dependencies diff --git a/README.md b/README.md index 953ea10..5dd8911 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,7 @@ ![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) [![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) 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. +## 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].