plain text to translatable strings

This commit is contained in:
scribblypanda
2015-01-11 10:36:14 -05:00
committed by Blade Barringer
parent c4113994e6
commit 5a4ebda187
+6 -3
View File
@@ -88,10 +88,13 @@ script(type='text/ng-template', id='partials/options.settings.settings.html')
.panel-heading
span Registration
.panel-body
p(ng-if='user.auth.facebook.id') 'registeredWithFb'
p(ng-if='user.auth.facebook.id')
=env.t('registeredWithFb')
div(ng-if='user.auth.local.username')
p 'username': {{user.auth.local.username}}
p 'email': {{user.auth.local.email}}
=env.t('username'): {{user.auth.local.username}}
| 
=env.t('email)': {{user.auth.local.email}}
| 
small
=env.t('emailChange')
hr