mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2025-03-26 12:50:31 -04:00
Added i18n for #809.
This commit is contained in:
parent
b330e783bf
commit
82b47f6c0f
2 changed files with 2 additions and 2 deletions
app
|
@ -75,6 +75,7 @@ module.exports = nativeDescription: "English", englishDescription: "English", tr
|
|||
creating: "Creating Account..."
|
||||
sign_up: "Sign Up"
|
||||
log_in: "log in with password"
|
||||
social_signup: "Or, you can sign up through Facebook or G+:"
|
||||
|
||||
home:
|
||||
slogan: "Learn to Code JavaScript by Playing a Game"
|
||||
|
|
|
@ -34,8 +34,7 @@ block modal-footer
|
|||
.modal-footer
|
||||
div
|
||||
button.btn.btn-primary.btn-large#signup-button(data-i18n="signup.sign_up") Sign Up
|
||||
div.social-login-text.
|
||||
Or you can login directly through Facebook or G+
|
||||
div.social-login-text(data-i18n="signup.social_signup") Or, you can sign up through Facebook or G+:
|
||||
|
||||
.modal-footer.network-logins
|
||||
div
|
||||
|
|
Loading…
Add table
Reference in a new issue