angular-tiny-translate
install
npm install angular-tiny-translate -S
Small modular library for translations without unused dust
angular /*@ngInject*/
<!-- someVar = 'some_key2' --> {{ someVar | tr: 'some_prefix2' }} <!-- result --> some_translation2
<!-- someVar = '5' --> {{ someVar | tr: 'some_prefix2' }} <!-- result --> 5 times