Hyouk Joon Lee

Results 3 comments of Hyouk Joon Lee

I found below library which seems to be good fit for ng2 translation solution because it uses a gettext format, supports an interpolation param and extractor tool. https://github.com/ngx-translate/core

same issue here. It seems the @vue/composition-api is only for vue 2. so it shouldn't be in the peerDependencies setting for vue 3

I just solved my issue with the `--legacy-peer-deps` npm option it seems it started to happen since npm >= 8.6 as [this issue](https://github.com/npm/cli/issues/4998)