Skip to content

Commit

Permalink
fix(localizations): Missing fr-FR translations use_email & use_phone (#…
Browse files Browse the repository at this point in the history
…1379)

* Missing fr-FR.ts translations use_email/use_phone

* Create eighty-planes-taste.md

* Fix format

---------

Co-authored-by: Nikos Douvlis <nikosdouvlis@gmail.com>
  • Loading branch information
kohort-aymeric and nikosdouvlis authored Jun 19, 2023
1 parent 17cc14e commit e67e0fb
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/eighty-planes-taste.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@clerk/localizations": patch
---

Add missing fr-FR translations (use_email & use_phone)
2 changes: 2 additions & 0 deletions packages/localizations/src/fr-FR.ts
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,8 @@ export const frFR: LocalizationResource = {
subtitle: 'pour continuer vers {{applicationName}}',
actionText: "Vous n'avez pas encore de compte ?",
actionLink: "S'inscrire",
actionLink__use_email: 'Utiliser e-mail',
actionLink__use_phone: 'Utiliser téléphone',
},
password: {
title: 'Tapez votre mot de passe',
Expand Down

0 comments on commit e67e0fb

Please sign in to comment.