Skip to content

Latest commit

 

History

History
33 lines (21 loc) · 981 Bytes

File metadata and controls

33 lines (21 loc) · 981 Bytes

I18next Inline Hints

An IntelliJ Platform Plugin that enhances your internationalization workflow with inline translation hints and real-time translation fetching for i18n/i18next projects.

This specific section is a source for the plugin.xml file which will be extracted by the Gradle during the build process.

To keep everything working, do not remove <!-- ... --> sections.

IntelliJ IDEA plugin for internationalization support with inline translation hints.

Features

  • Displays inline hints showing translations for i18n keys
  • Configurable translation service URL
  • Real-time translation fetching

Development

This plugin was built using the IntelliJ Platform Plugin Template.

Building

./gradlew buildPlugin

Running

./gradlew runIde