Victor Bonchevski
Results
2
comments of
Victor Bonchevski
@kimuraz Not exactly... I think , cause I have 7 json files that need to be switched between using vuex mutations and cases for each language. I attempted a couple...
> If I understood correctly, you want something like this: > Two json files for two different languages: > > ```js > // en.json > { > "hello": "Hello" >...