angular-gettext-tools icon indicating copy to clipboard operation
angular-gettext-tools copied to clipboard

Support extracting translate-context from plural filters

Open rubenv opened this issue 11 years ago • 1 comments

See rubenv/angular-gettext#103

Pull requests welcome

{{"1 car" | translatePlural:n:"$count cars"}}
{{"1 car" | translatePlural:n:"$count cars":"context"}} // With a context

rubenv avatar Oct 01 '14 14:10 rubenv

@rubenv There is already progress at #34, at least tests failing.

cristiano2lopes avatar Oct 01 '14 15:10 cristiano2lopes