Вопрос

I want to create a directive / component which will provide it's own translations to the translate provider. So I wonder if there is a way to manipulate/add keys to the translationTable object within directive. Something like $translatePartialLoader.addPart('{ "MY_TEST_VAR": "This is test"}') to the preferred language.

Это было полезно?

Решение

Currently there is a discussion about it at
https://github.com/angular-translate/angular-translate/issues/316.

Лицензировано под: CC-BY-SA с атрибуция
Не связан с StackOverflow
scroll top