Skip to content

Commit

Permalink
Merge pull request #77 from vtex-apps/fix/subs-es-pt-messages
Browse files Browse the repository at this point in the history
Fix subscription messages for es and pt
  • Loading branch information
kaisermann authored Nov 30, 2020
2 parents c3b50fb + c9c215e commit 33a7fea
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 8 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## [Unreleased]
### Fixed
- Subscription messages for `es` and `pt` locales.

## [2.9.2] - 2020-11-13
### Fixed
Expand Down
8 changes: 4 additions & 4 deletions messages/es.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@
"store/product-customizer.remove-assembly": "Eliminar",
"store/product-customizer.subscription": "Suscripción",
"store/product-customizer.subscription.frequency": "Frecuencia",
"store/product-customizer.subscription.frequency.day": "Cada {frequencyNumber, plural, one {# dia} other {# dias}}",
"store/product-customizer.subscription.frequency.month": "Cada {frequencyNumber, plural, one {# mes} other {# meses}}",
"store/product-customizer.subscription.frequency.week": "Cada {frequencyNumber, plural, one {# semana} other {# semanas}}",
"store/product-customizer.subscription.frequency.year": "Cada {frequencyNumber, plural, one {# año} other {# años}}",
"store/product-customizer.subscription.frequency.day": "Cada {interval, plural, one {# dia} other {# dias}}",
"store/product-customizer.subscription.frequency.month": "Cada {interval, plural, one {# mes} other {# meses}}",
"store/product-customizer.subscription.frequency.week": "Cada {interval, plural, one {# semana} other {# semanas}}",
"store/product-customizer.subscription.frequency.year": "Cada {interval, plural, one {# año} other {# años}}",
"store/product-customizer.subscription.purchaseday": "Día de facturación",
"store/product-customizer.subscription.purchaseday.day": "{day}º dia del mes"
}
8 changes: 4 additions & 4 deletions messages/pt.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@
"store/product-customizer.remove-assembly": "Remover",
"store/product-customizer.subscription": "Assinatura",
"store/product-customizer.subscription.frequency": "Frequência",
"store/product-customizer.subscription.frequency.day": "A cada {frequencyNumber, plural, one {# dia} other {# dias}}",
"store/product-customizer.subscription.frequency.month": "A cada {frequencyNumber, plural, one {# mês} other {# meses}}",
"store/product-customizer.subscription.frequency.week": "A cada {frequencyNumber, plural, one {# semana} other {# semanas}}",
"store/product-customizer.subscription.frequency.year": "A cada {frequencyNumber, plural, one {# ano} other {# anos}}",
"store/product-customizer.subscription.frequency.day": "A cada {interval, plural, one {# dia} other {# dias}}",
"store/product-customizer.subscription.frequency.month": "A cada {interval, plural, one {# mês} other {# meses}}",
"store/product-customizer.subscription.frequency.week": "A cada {interval, plural, one {# semana} other {# semanas}}",
"store/product-customizer.subscription.frequency.year": "A cada {interval, plural, one {# ano} other {# anos}}",
"store/product-customizer.subscription.purchaseday": "Dia da compra",
"store/product-customizer.subscription.purchaseday.day": "{day}º dia do mês"
}

0 comments on commit 33a7fea

Please sign in to comment.