Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想创建一个指令/组件,它将向翻译提供者提供它自己的翻译。所以我想知道是否有一种方法可以在指令中操作/添加键到 translationTable 对象。类似于 $translatePartialLoader.addPart('{ "MY_TEST_VAR": "This is test"}') 到首选语言。
目前在https://github.com/angular-translate/angular-translate/issues/316有关于它的讨论。