Skip to content

Commit

Permalink
Add French locale
Browse files Browse the repository at this point in the history
  • Loading branch information
cenkiravul committed Nov 9, 2023
1 parent 909ea67 commit b82c4a4
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions tests/data/localeData.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,15 @@ export class LocaleData {
proceedToCheckoutButtonCaption: 'Proceed to Checkout'
}
}
FR = {
lang: 'fr-FR',
landingPage: {
heading: 'React PWA Starter Store pour le retail'
},
productDetailPage: {
productColor: 'Gris',
addToCartButtonCaption: 'Ajouter au panier',
proceedToCheckoutButtonCaption: 'Passer au checkout'
}
}
}

0 comments on commit b82c4a4

Please sign in to comment.