easy-i18n icon indicating copy to clipboard operation
easy-i18n copied to clipboard

Possibility to add support for .js based translations?

Open danielwillms opened this issue 2 years ago • 1 comments

I'm using your plugin since I started working with Vue and i18n and so far it never let me down. Recently I started trying out a new structure for my translations like this:

- i18n
  - de
    - index.js
  - en
    - index.js 

with the index files being written like this:

export default {
  message: "test",
  component: {
    icon: "Icon",
  },
}

Is it possible to support this kind of structure? Or is it already supported? The file structure settings in the plugin are not showing any kind of JS support.

Thanks in advance Daniel

danielwillms avatar Feb 06 '23 12:02 danielwillms

Sadly, this is not supported right now :/

marhali avatar Feb 19 '23 14:02 marhali