Merge remote-tracking branch 'origin/main' into main
This commit is contained in:
commit
a5e9fc49c2
14
README.md
14
README.md
@ -1,17 +1,17 @@
|
|||||||
# easy-i18n
|
# easy-i18n
|
||||||
|
|
||||||

|

|
||||||
[](https://plugins.jetbrains.com/plugin/PLUGIN_ID)
|
[](https://plugins.jetbrains.com/plugin/16316)
|
||||||
[](https://plugins.jetbrains.com/plugin/PLUGIN_ID)
|
[](https://plugins.jetbrains.com/plugin/16316)
|
||||||
|
|
||||||
## Template ToDo list
|
## Template ToDo list
|
||||||
- [x] Create a new [IntelliJ Platform Plugin Template][template] project.
|
- [x] Create a new [IntelliJ Platform Plugin Template][template] project.
|
||||||
- [ ] Verify the [pluginGroup](/gradle.properties), [plugin ID](/src/main/resources/META-INF/plugin.xml) and [sources package](/src/main/kotlin).
|
- [X] Verify the [pluginGroup](/gradle.properties), [plugin ID](/src/main/resources/META-INF/plugin.xml) and [sources package](/src/main/kotlin).
|
||||||
- [ ] Review the [Legal Agreements](https://plugins.jetbrains.com/docs/marketplace/legal-agreements.html).
|
- [X] Review the [Legal Agreements](https://plugins.jetbrains.com/docs/marketplace/legal-agreements.html).
|
||||||
- [ ] [Publish a plugin manually](https://plugins.jetbrains.com/docs/intellij/publishing-plugin.html?from=IJPluginTemplate) for the first time.
|
- [X] [Publish a plugin manually](https://plugins.jetbrains.com/docs/intellij/publishing-plugin.html?from=IJPluginTemplate) for the first time.
|
||||||
- [ ] Set the Plugin ID in the above README badges.
|
- [X] Set the Plugin ID in the above README badges.
|
||||||
- [ ] Set the [Deployment Token](https://plugins.jetbrains.com/docs/marketplace/plugin-upload.html).
|
- [ ] Set the [Deployment Token](https://plugins.jetbrains.com/docs/marketplace/plugin-upload.html).
|
||||||
- [ ] Click the <kbd>Watch</kbd> button on the top of the [IntelliJ Platform Plugin Template][template] to be notified about releases containing new features and fixes.
|
- [X] Click the <kbd>Watch</kbd> button on the top of the [IntelliJ Platform Plugin Template][template] to be notified about releases containing new features and fixes.
|
||||||
|
|
||||||
<!-- 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.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user