From baae0af3c872fcfc774dd26011655a57ec929275 Mon Sep 17 00:00:00 2001 From: Hannu Lyytikainen Date: Thu, 29 Nov 2018 11:50:25 +0200 Subject: [PATCH 1/2] Add a missing translation Also removes two obsolete ones. --- src/translations/fr.json | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/translations/fr.json b/src/translations/fr.json index 6039f9bc8e..7a08b50493 100644 --- a/src/translations/fr.json +++ b/src/translations/fr.json @@ -73,6 +73,7 @@ "CheckoutPage.hostedBy": "Proposé par {name}", "CheckoutPage.initiateOrderAmountTooLow": "Nous n'avons pas pu traiter votre paiement car son montant total est trop faible. Veuillez contacter les administrateurs de la place de marché.", "CheckoutPage.initiateOrderError": "Le paiement a échoué. Veuillez retourner sur {listingLink} et essayer de nouveau. Si cela persiste, essayez de rafraîchir la page ou contactez les administrateurs de la place de marché.", + "CheckoutPage.initiateOrderStripeError": "Le système de paiement a rencontré les erreurs suivantes : {stripeErrors}", "CheckoutPage.listingNotFoundError": "Hélas, cette annonce n'est plus disponible.", "CheckoutPage.loadingData": "Chargement des données de paiement…", "CheckoutPage.paymentInfo": "Vous ne serez facturé que si votre demande est acceptée par l'hôte.", @@ -563,10 +564,8 @@ "SearchFiltersMobile.heading": "Filtrer les saunas", "SearchFiltersMobile.resetAll": "Remettre à zéro", "SearchFiltersMobile.showListings": "Voir {count, number} {count, plural, one {sauna} other {saunas}}", - "SearchFiltersPanel.amenitiesLabel": "Sélection multiple", "SearchFiltersPanel.apply": "Valider", "SearchFiltersPanel.cancel": "Annuler", - "SearchFiltersPanel.categoryLabel": "Sélection simple", "SearchFiltersPanel.resetAll": "Effacer", "SearchMapInfoCard.noImage": "Aucune image", "SearchPage.schemaDescription": "Affichage des résultats de recherche", @@ -742,4 +741,4 @@ "UserCard.heading": "Bonjour, je suis {name}.", "UserCard.showFullBioLink": "plus", "UserCard.viewProfileLink": "Voir le profil" -} \ No newline at end of file +} From 12ce4aa8ef55432e7a9beb15dffe4da823cc9179 Mon Sep 17 00:00:00 2001 From: Hannu Lyytikainen Date: Thu, 29 Nov 2018 12:05:08 +0200 Subject: [PATCH 2/2] Update changelog --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index cb7df2aa71..d9929e1b64 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,6 +14,13 @@ way to update this template, but currently, we follow a pattern: ## Upcoming version 2018-XX-XX +## [v2.4.1] 2018-11-29 + +* [fix] Add missing French translation. + [#966](https://github.com/sharetribe/flex-template-web/pull/966) + +[v2.4.1]: https://github.com/sharetribe/flex-template-web/compare/v2.4.0...v2.4.1 + ## [v2.4.0] 2018-11-28 * [change] Update Flex JS SDK to 1.2.