From d62f146e28c4b3144a3c39c215dd76678da6592e Mon Sep 17 00:00:00 2001 From: aldemirLucas Date: Thu, 21 Nov 2024 18:29:56 -0300 Subject: [PATCH] fix: username.months --- next/public/locales/en/user.json | 1 + next/public/locales/es/user.json | 1 + next/public/locales/pt/user.json | 1 + 3 files changed, 3 insertions(+) diff --git a/next/public/locales/en/user.json b/next/public/locales/en/user.json index 84c71373..38489caf 100644 --- a/next/public/locales/en/user.json +++ b/next/public/locales/en/user.json @@ -320,6 +320,7 @@ "hidePassword": "hide password", "showPassword": "show password", "month": "month", + "months": "months", "year": "year", "monthly": "(Monthly)", "annually": "(Anual)", diff --git a/next/public/locales/es/user.json b/next/public/locales/es/user.json index 4d7b5fe5..633f3fc2 100644 --- a/next/public/locales/es/user.json +++ b/next/public/locales/es/user.json @@ -211,6 +211,7 @@ "hidePassword": "ocultar contraseña", "showPassword": "mostrar contraseña", "month": "mes", + "months": "meses", "year": "año", "monthly": "(Mensal)", "annually": "(Anual)", diff --git a/next/public/locales/pt/user.json b/next/public/locales/pt/user.json index 1c830818..2e782b7f 100644 --- a/next/public/locales/pt/user.json +++ b/next/public/locales/pt/user.json @@ -324,6 +324,7 @@ "hidePassword": "esconder senha", "showPassword": "exibir senhar", "month": "mês", + "months": "meses", "year": "ano", "monthly": "(Mensal)", "annually": "(Anual)",