Skip to content

Commit

Permalink
fix: Adding french for WISHLIST_PLEDGED_GUEST french (#186)
Browse files Browse the repository at this point in the history
Hi,

I saw that in french version of the app, it doesnt display properly for
WISHLIST_PLEDGED_GUEST, so I added the french wording for this


![image](https://github.com/user-attachments/assets/08aa944a-77f8-4e09-8bd6-d1cd0b8717bb)

---------

Co-authored-by: Wingy <[email protected]>
  • Loading branch information
Nespouique and Wingysam authored Jan 24, 2025
1 parent 90d78a3 commit cf41406
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/languages/fr-fr.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
export const momentLocale = 'fr'

export const notTranslated = englishString => `${englishString} (pas encore traduit en français)`

export const strings = {
_NOT_LOCALIZED: key => `${key} n'a pas encore été traduite en français.`,
ADMIN_CLEAR_WISHLISTS_BUTTON: 'Effacer toutes les listes d\'envies',
ADMIN_CLEAR_WISHLISTS_DESCRIPTION: 'Cela supprimera instantanément et de manière <b>irréversible toutes les listes d\'envies!</b> Pensez à faire une sauvegarde de la base de données avant d\'utiliser cette option.',
ADMIN_CLEAR_WISHLISTS_HEADER: 'Suppression de la liste d\'envie',
Expand Down Expand Up @@ -161,6 +162,7 @@ export const strings = {
WISHLIST_PLEDGE_SUCCESS: "L'article a été promis avec succès!",
WISHLIST_PLEDGE: "Je l'offre",
WISHLIST_PLEDGED: pledgedBy => `Promis par ${pledgedBy}`,
WISHLIST_PLEDGED_GUEST: 'Promis par un invité',
WISHLIST_PRICE: 'Prix',
WISHLIST_REFRESH_GUARD: 'Utilisateur invalide',
WISHLIST_REFRESH_NO_URL: "L'article n'a pas d'URL.",
Expand Down

0 comments on commit cf41406

Please sign in to comment.