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