nyavro / i18nPlugin

Intellij idea i18next support plugin

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Translation file shows up double for extract key

snakemastr opened this issue · comments

Hi,

I have used this plugin and it's great! One thing that happens to me is that I always get a prompt with extract key (or ctrl+click) showing my single translation file 2 times. I am not sure if that's just my configuration.

My setup:

  • Intellij
  • NuxtJs projects (VueJs) with nuxt-i18n plugin
  • Plugin settings
    afbeelding
  • translation file is in /i18n/nl.json
  • nuxt config
    afbeelding

This happens: (I blocked the projectname for privacy but it says the same projectname in both declarations)
afbeelding

Any pointers on why this would be happening?
Note: The screenshot of the settings is from a copy of the plugin where I tried to change the $t to our own prefix (hence the extra field Vue injected name) but with the original plugin I had the same behaviour.

Thanks in advance!