Alex Chuev

Results 3 comments of Alex Chuev

I would like to help with the implementation, and I already have different ideas on how to implement this. What is the best way to start work? Do this by...

1. After some thinking process I have figured out that it is possible to load additional translations using asynchronous imports or regular fetch/ajax request within `asyncData` method and register them...

@alexgrozav What do you think about the first point? When we load missing translations in `asyncData` method on demand, merge them with already loaded translations using `mergeLocaleMessage`.