Skip to content

Commit

Permalink
Added password placeholder for English and Turkish locales
Browse files Browse the repository at this point in the history
  • Loading branch information
user312222 committed Dec 11, 2024
1 parent 61b7917 commit 812072c
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/i18n/src/locales/en.i18n.json
Original file line number Diff line number Diff line change
Expand Up @@ -6318,7 +6318,10 @@
"registration.component.form.usernameAlreadyExists": "Username already exists. Please try another username.",
"registration.component.form.invalidEmail": "The email entered is invalid",
"registration.component.form.email": "Email",

"registration.component.form.emailPlaceholder": "[email protected]",
"registration.component.form.passwordPlaceholder": "password",

"registration.component.form.password": "Password",
"registration.component.form.divider": "or",
"registration.component.form.submit": "Submit",
Expand Down
6 changes: 6 additions & 0 deletions packages/i18n/src/locales/tr.i18n.json
Original file line number Diff line number Diff line change
Expand Up @@ -3248,6 +3248,12 @@
"registration.component.form.invalidEmail": "Girilen e-posta geçersiz",
"registration.component.form.email": "E-posta",
"registration.component.form.password": "Şifre",


"registration.component.form.emailPlaceholder": "[email protected]",
"registration.component.form.passwordPlaceholder": "Şifre",


"registration.component.form.divider": "ya da",
"registration.component.form.submit": "Gönder",
"registration.component.form.reasonToJoin": "Katılma Nedeniniz",
Expand Down

0 comments on commit 812072c

Please sign in to comment.