angular-translate / angular-translate/grunt-angular-translate
Missing some translations
- Linguagem predominante
- JavaScript
- Estrelas
- 90
- Forks
- 49
- Métricas de merge de PRs
- Nenhum PR com merge em 30d
Descrição
I can’t get it to find several translations in my template (although it finds some others). For example:
```html
Your card will be charged { total } + VAT every month.
Your card will be charged { coupon_total } + VAT for the first month and then { subscription_amount } + VAT every month.
Your card will be charged { coupon_total } + VAT every month for the first { coupon_duration_in_months } months, and then { subscription_amount } + VAT every month.
Your card will be charged { amount } + VAT every month.
```
None of the above are found. However, I can match them just fine if I paste the `HtmlDirective` regex on regex101.com. So the regex works.
Any idea why it would skip them?
Guia de contribuição
Nenhum guia de contribuição indexado para este repositório
Avaliação
Esta issue ainda não foi avaliada.