From f525f631e83ac9772156aba37b6cd6c7a62b65ab Mon Sep 17 00:00:00 2001 From: Paul V Date: Wed, 27 Nov 2024 12:09:24 +0100 Subject: [PATCH] fix(ui): typo in FR and ES translations --- .changeset/sour-fireants-laugh.md | 5 +++++ packages/ui/src/i18n/dictionaries/authenticator/es.ts | 2 +- packages/ui/src/i18n/dictionaries/authenticator/fr.ts | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) create mode 100644 .changeset/sour-fireants-laugh.md diff --git a/.changeset/sour-fireants-laugh.md b/.changeset/sour-fireants-laugh.md new file mode 100644 index 00000000000..73730806c0d --- /dev/null +++ b/.changeset/sour-fireants-laugh.md @@ -0,0 +1,5 @@ +--- +'@aws-amplify/ui': patch +--- + +fix some authenticator translations for French and Spanish diff --git a/packages/ui/src/i18n/dictionaries/authenticator/es.ts b/packages/ui/src/i18n/dictionaries/authenticator/es.ts index 2f8fb45aac7..2f3d063d858 100644 --- a/packages/ui/src/i18n/dictionaries/authenticator/es.ts +++ b/packages/ui/src/i18n/dictionaries/authenticator/es.ts @@ -92,7 +92,7 @@ export const esDict: AuthenticatorDictionary = { 'Sign Up with Google': 'Crear cuenta con Google', 'Sign Up': 'Crear cuenta', 'User already exists': 'El usuario ya existe', - 'User does not exist': 'El usuario no existe', + 'User does not exist.': 'El usuario no existe', 'Username/client id combination not found.': 'El usuario no existe', 'Username cannot be empty': 'El nombre de usuario no puede estar vacío', 'Your passwords must match': 'Las contraseñas deben coincidir', diff --git a/packages/ui/src/i18n/dictionaries/authenticator/fr.ts b/packages/ui/src/i18n/dictionaries/authenticator/fr.ts index 7f095bd0ec3..972bc885a5b 100644 --- a/packages/ui/src/i18n/dictionaries/authenticator/fr.ts +++ b/packages/ui/src/i18n/dictionaries/authenticator/fr.ts @@ -107,7 +107,7 @@ export const frDict: AuthenticatorDictionary = { 'Sign Up': "S'inscrire", SMS: 'SMS', 'User already exists': "L'utilisateur existe déjà", - 'User does not exist': "L'utilisateur n'existe pas", + 'User does not exist.': "L'utilisateur n'existe pas", 'Username cannot be empty': "Le nom d'utilisateur doit être renseigné", 'Username/client id combination not found.': "L'utilisateur n'existe pas", 'We Emailed You': 'Nous vous avons envoyé un code',