Added mailer i18n (#436)

* Added mailer i18n

* Added translation to mailer in the JS

Also added a generic way to add JS translation through a javascript entry in the locale file

* Moved line-breaks from translations to JS file
This commit is contained in:
Rafael Baldasso Audibert
2019-04-11 12:30:50 -03:00
committed by Jesus Federico
parent 88776eaadb
commit 822dd27509
8 changed files with 83 additions and 26 deletions

View File

@ -16,13 +16,13 @@
# with BigBlueButton; if not, see <http://www.gnu.org/licenses/>.
%>
Password Reset
<%= t('mailer.user.password_reset.title') %>
It seems like you forgot your password for <%= t('bigbluebutton') %>
If this is true, please click the link below to reset your password:
<%= t('mailer.user.password_reset.welcome', bigbluebutton: t('bigbluebutton')) %>
<%= t('mailer.user.password_reset.message') %>
<%= @url %>
This link will expire in two hours.
<%= t('mailer.user.password_reset.expire') %>
You can safely ignore this email if you did not request a password reset.
<%= t('mailer.user.password_reset.ignore') %>