Skip to content

Commit

Permalink
Fix type "Eligir"
Browse files Browse the repository at this point in the history
Closes #196
  • Loading branch information
softwarerero committed Nov 3, 2020
1 parent 96113d9 commit 3a24338
Show file tree
Hide file tree
Showing 11 changed files with 13 additions and 13 deletions.
4 changes: 2 additions & 2 deletions build/es.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion build/es_ES.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion build/es_ES_formal.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion build/es_formal.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package.describe({
summary: "Almost i18n, with standard translations for basic meteor packages.",
version: "2.5.2",
version: "2.5.3",
name: "softwarerero:accounts-t9n",
git: "https://github.com/softwarerero/meteor-accounts-t9n.git",
});
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "meteor-accounts-t9n",
"version": "2.5.2",
"version": "2.5.3",
"description": "Translations for Meteor projects, almost i18n",
"repository": "https://github.com/softwarerero/meteor-accounts-t9n",
"bugs": "https://github.com/softwarerero/meteor-accounts-t9n/issues",
Expand Down
2 changes: 1 addition & 1 deletion smart.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "Translations for the meteor account's error messages",
"homepage": "https://github.com/softwarerero/meteor-accounts-t9n",
"author": "Stefan Undorf <el@softwarerero.com>",
"version": "2.5.2",
"version": "2.5.3",
"git": "https://github.com/softwarerero/meteor-accounts-t9n.git",
"packages": {}
}
4 changes: 2 additions & 2 deletions t9n/es.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ es =
back: "regresar"
cancel: "Cancelar"
changePassword: "Cambiar contraseña"
choosePassword: "Eligir contraseña"
choosePassword: "Elegir contraseña"
clickAgree: "Al hacer clic en Suscribir apruebas la"
configure: "Configurar"
createAccount: "Crear cuenta"
Expand All @@ -30,7 +30,7 @@ es =
privacyPolicy: "Póliza de Privacidad"
remove: "remover"
resetYourPassword: "Resetear contraseña"
setPassword: "Eligir contraseña"
setPassword: "Elegir contraseña"
sign: "Ingresar"
signIn: "Entrar"
signin: "entrar"
Expand Down
2 changes: 1 addition & 1 deletion t9n/es_ES.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ es_ES =
back: "regresar"
cancel: "Cancelar"
changePassword: "Cambiar Contraseña"
choosePassword: "Eligir Contraseña"
choosePassword: "Elegir Contraseña"
clickAgree: "Si haces clic en Crear Cuenta estás de acuerdo con la"
configure: "Configurar"
createAccount: "Crear cuenta"
Expand Down
2 changes: 1 addition & 1 deletion t9n/es_ES_formal.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ es_ES_formal =
back: "regresar"
cancel: "Cancelar"
changePassword: "Cambiar Contraseña"
choosePassword: "Eligir Contraseña"
choosePassword: "Elegir Contraseña"
clickAgree: "Si hace clic en Crear Cuenta acepta la"
configure: "Configurar"
createAccount: "Crear cuenta"
Expand Down
2 changes: 1 addition & 1 deletion t9n/es_formal.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ es_formal =
back: "regresar"
cancel: "Cancelar"
changePassword: "Cambiar contraseña"
choosePassword: "Eligir contraseña"
choosePassword: "Elegir contraseña"
clickAgree: "Al hacer clic en Suscribir aprueba la"
configure: "Configurar"
createAccount: "Crear cuenta"
Expand Down

0 comments on commit 3a24338

Please sign in to comment.