mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2024-11-27 17:45:40 -05:00
Fixed wrong i18n name 'account_settings.autosave'. Added missing i18n name 'account_settings.email_notifications'
This commit is contained in:
parent
bea002a8d4
commit
c3c699df49
3 changed files with 4 additions and 2 deletions
|
@ -130,6 +130,7 @@ module.exports = nativeDescription: "English", englishDescription: "English", tr
|
||||||
new_password_verify: "Verify"
|
new_password_verify: "Verify"
|
||||||
email_subscriptions: "Email Subscriptions"
|
email_subscriptions: "Email Subscriptions"
|
||||||
email_announcements: "Announcements"
|
email_announcements: "Announcements"
|
||||||
|
email_notifications: "Notifications"
|
||||||
email_notifications_description: "Get periodic notifications for your account."
|
email_notifications_description: "Get periodic notifications for your account."
|
||||||
email_announcements_description: "Get emails on the latest news and developments at CodeCombat."
|
email_announcements_description: "Get emails on the latest news and developments at CodeCombat."
|
||||||
contributor_emails: "Contributor Class Emails"
|
contributor_emails: "Contributor Class Emails"
|
||||||
|
|
|
@ -116,7 +116,7 @@ module.exports = nativeDescription: "Nederlands", englishDescription: "Dutch", t
|
||||||
account_settings:
|
account_settings:
|
||||||
title: "Account Instellingen"
|
title: "Account Instellingen"
|
||||||
not_logged_in: "Log in of maak een account om je instellingen aan te passen."
|
not_logged_in: "Log in of maak een account om je instellingen aan te passen."
|
||||||
autosave: "Aanpassingen Worden Automatisch Opgeslagen"
|
autosave: "Aanpassingen Automatisch Opgeslagen"
|
||||||
me_tab: "Ik"
|
me_tab: "Ik"
|
||||||
picture_tab: "Afbeelding"
|
picture_tab: "Afbeelding"
|
||||||
wizard_tab: "Tovenaar"
|
wizard_tab: "Tovenaar"
|
||||||
|
@ -130,6 +130,7 @@ module.exports = nativeDescription: "Nederlands", englishDescription: "Dutch", t
|
||||||
new_password_verify: "Verifieer"
|
new_password_verify: "Verifieer"
|
||||||
email_subscriptions: "E-mail Abonnementen"
|
email_subscriptions: "E-mail Abonnementen"
|
||||||
email_announcements: "Aankondigingen"
|
email_announcements: "Aankondigingen"
|
||||||
|
email_notifications: "Notificaties"
|
||||||
email_notifications_description: "Krijg periodieke meldingen voor jouw account."
|
email_notifications_description: "Krijg periodieke meldingen voor jouw account."
|
||||||
email_announcements_description: "Verkrijg emails over het laatste nieuws en de ontwikkelingen bij CodeCombat."
|
email_announcements_description: "Verkrijg emails over het laatste nieuws en de ontwikkelingen bij CodeCombat."
|
||||||
contributor_emails: "Medewerker Klasse emails"
|
contributor_emails: "Medewerker Klasse emails"
|
||||||
|
|
|
@ -8,7 +8,7 @@ block content
|
||||||
p(data-i18n="account_settings.not_logged_in") Log in or create an account to change your settings.
|
p(data-i18n="account_settings.not_logged_in") Log in or create an account to change your settings.
|
||||||
|
|
||||||
else
|
else
|
||||||
button.btn#save-button.disabled.secret(data-i18n="account_settings.saveBackups") Changes Save Automatically
|
button.btn#save-button.disabled.secret(data-i18n="account_settings.autosave") Changes Save Automatically
|
||||||
|
|
||||||
ul.nav.nav-pills#settings-tabs
|
ul.nav.nav-pills#settings-tabs
|
||||||
li
|
li
|
||||||
|
|
Loading…
Reference in a new issue