Open mrSingh007 opened 3 years ago
hi @mrSingh007 thanks for the idea. Would you expect to pass in the same options
for all keys in such a case? i.e.:
translate: (['first','second'],{foo: 'bar'})
@tobi-or-not-tobi would be nice Or just multi key translation without interpolation also ok.
Currently if user want to have translation in component, he can only pass single key for translation:
Describe the solution you'd like it should be possible to pass multi keys and get their values for example
NGX translate use this multi key translation logic https://github.com/ngx-translate/core //method is 'get' here