Skip to content

Commit

Permalink
Merge pull request #989 from sharetribe/update-fr-translations
Browse files Browse the repository at this point in the history
Update fr translations
  • Loading branch information
Gnito authored Jan 2, 2019
2 parents 5831cb7 + 95749ce commit f94828a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ way to update this template, but currently, we follow a pattern:

## Upcoming version 2018-XX-XX

- [fix] Wrong translations for perUnit in fr.json.
[#989](https://github.com/sharetribe/flex-template-web/pull/989)
- [change] Layout changes to BookingPanel on listing and transaction pages.
[#988](https://github.com/sharetribe/flex-template-web/pull/988)
- [fix] Fix wrong booking title on listing page that has been introduced in #969.
Expand Down
4 changes: 2 additions & 2 deletions src/translations/fr.json
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@
"CheckoutPage.paymentInfo": "Vous ne serez facturé que si votre demande est acceptée par l'hôte.",
"CheckoutPage.perDay": "par jour",
"CheckoutPage.perNight": "par nuit",
"CheckoutPage.perUnit": "per unit",
"CheckoutPage.perUnit": "par unité",
"CheckoutPage.priceBreakdownTitle": "Détails de la réservation",
"CheckoutPage.providerStripeAccountMissingError": "L'auteur de l'annonce n'a pas ajouté ses coordonnées bancaires et l'annonce ne peut pas être réserver pour le moment.",
"CheckoutPage.speculateFailedMessage": "Oups, quelque chose n'a pas fonctionné. Veuillez rafraichir la page et essayer de nouveau.",
Expand Down Expand Up @@ -791,7 +791,7 @@
"TransactionPanel.orderPreauthorizedTitle": "Bravo, {customerName} !",
"TransactionPanel.perDay": "par jour",
"TransactionPanel.perNight": "par nuit",
"TransactionPanel.perUnit": "per unit",
"TransactionPanel.perUnit": "par unité",
"TransactionPanel.requestToBook": "Réserver",
"TransactionPanel.saleAcceptedTitle": "Vous avez accepté la demande de réservation de {customerName} pour {listingLink}.",
"TransactionPanel.saleCancelledTitle": "La réservation de {customerName} pour {listingLink} a été annulée.",
Expand Down

0 comments on commit f94828a

Please sign in to comment.