10

For Java Property Files we have the nice Resource-Bundle Editor support in Intellij.

My question: Is there a plugin or settings to have the same side-by-side editing for JSON property files that are used by angular-translate?

They are basically key-value files, and the naming of the files is very close ("locale-en.json", "locale-fr.json").

Gajanan Kulkarni
  • 697
  • 6
  • 22
beat
  • 1,857
  • 1
  • 22
  • 36
  • 3
    For others: I did not find an option in IntelliJ, but then instead used this standalone applicaton: https://github.com/jcbvm/i18n-editor – beat Apr 27 '17 at 13:33
  • 1
    There is a new plugin on the Marketplace: Easy I18n. https://plugins.jetbrains.com/plugin/16316-easy-i18n -- looks promising, but I think it's still under development – leo Jun 25 '21 at 10:24
  • @leo Just tried the plugin, it looks usable. It resorts your keys and does some reformatting, but looks promising. If you add it as an answer i will accept it. – beat Jan 23 '23 at 16:13

1 Answers1

1

The closest thing I found is TransPlug: https://plugins.jetbrains.com/plugin/8230-transplug

Personally like more the Resource Bundle view , but is something:

Image of view

Christian MS
  • 11
  • 1
  • 3