easy-i18n
easy-i18n copied to clipboard
Possibility to add support for .js based translations?
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
Sadly, this is not supported right now :/