diff rhodecode/templates/email_templates/password_reset.html @ 3054:400ca827f2c5 beta

added i18n to email templates
author Marcin Kuzminski <marcin@python-works.com>
date Sat, 01 Dec 2012 00:20:39 +0100
parents f91d3f9b7230
children 294413a5f11d
line wrap: on
line diff
--- a/rhodecode/templates/email_templates/password_reset.html	Sat Dec 01 00:14:47 2012 +0100
+++ b/rhodecode/templates/email_templates/password_reset.html	Sat Dec 01 00:20:39 2012 +0100
@@ -1,12 +1,12 @@
 ## -*- coding: utf-8 -*-
 <%inherit file="main.html"/>
 
-Hello ${user}
+${_('Hello')} ${user}
 
-We received a request to create a new password for your account.
+${_('We received a request to create a new password for your account.')}
 
-You can generate it by clicking following URL:
+${_('You can generate it by clicking following URL')}:
 
 ${reset_url}
 
-If you didn't request new password please ignore this email.
+${_('If you didn't request new password please ignore this email.')}