Skip to content

Commit

Permalink
Merge pull request #16 from vtex-apps/fix/i18n
Browse files Browse the repository at this point in the history
Update i18n
  • Loading branch information
kevinch authored Mar 25, 2020
2 parents 6e3c889 + 69ca38d commit e4bbe3b
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## [Unreleased]

### Fixed

- En `i18n`.

## [1.1.0] - 2020-03-10

### Added
Expand All @@ -16,6 +20,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
## [1.0.7] - 2019-10-29

### Added

- Add German translations.

## [1.0.6] - 2019-09-04
Expand Down
8 changes: 4 additions & 4 deletions messages/en.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"shippingEstimate-bd": "{timeAmount, plural, =0 {Same day} one {In # business day} other {Up to # business days}}",
"shippingEstimate-d": "{timeAmount, plural, =0 {Same day} one {In # day} other {Up to # days}}",
"shippingEstimate-bd": "{timeAmount, plural, =0 {Today} one {In # business day} other {Up to # business days}}",
"shippingEstimate-d": "{timeAmount, plural, =0 {Today} one {In # day} other {Up to # days}}",
"shippingEstimate-h": "{timeAmount, plural, =0 {Now} one {In # hour} other {Up to # hours}}",
"shippingEstimate-m": "{timeAmount, plural, =0 {Now} one {In # minute} other {Up to # minutes}}",
"shippingEstimate-scheduled": "{date}, between {startDate} and {endDate}",
"shippingEstimate-scheduled-no-dates": "Scheduled",
"shippingEstimatePickup-bd": "{timeAmount, plural, =0 {Ready in the same day} one {Ready in up to # business day} other {Ready in up to # business days}}",
"shippingEstimatePickup-d": "{timeAmount, plural, =0 {Ready in the same day} one {Ready in up to # day} other {Ready in up to # days}}",
"shippingEstimatePickup-bd": "{timeAmount, plural, =0 {Ready today} one {Ready in up to # business day} other {Ready in up to # business days}}",
"shippingEstimatePickup-d": "{timeAmount, plural, =0 {Ready today} one {Ready in up to # day} other {Ready in up to # days}}",
"shippingEstimatePickup-h": "{timeAmount, plural, =0 {Ready for pickup} one {Ready in up to # hour} other {Ready in up to # hours}}",
"shippingEstimatePickup-m": "{timeAmount, plural, =0 {Ready for pickup} one {Ready in up to # minute} other {Ready in up to # minutes}}"
}

0 comments on commit e4bbe3b

Please sign in to comment.