Internationalization of email templates

This commit is contained in:
Franck Allimant
2014-04-21 18:52:26 +02:00
parent 1283e078f0
commit bcf9e53a04
4 changed files with 70 additions and 37 deletions

View File

@@ -1,3 +1,14 @@
{*************************************************************************************/
/* This file is part of the Thelia package. */
/* */
/* Copyright (c) OpenStudio */
/* email : dev@thelia.net */
/* web : http://www.thelia.net */
/* */
/* For the full copyright and license information, please view the LICENSE.txt */
/* file that was distributed with this source code. */
/*************************************************************************************}
{*
This is the default TEXT mail layout. Use {$message_body} as a placeholder for
the text message defined in the 'TEXT Message' field in the back-office, or the
@@ -7,4 +18,8 @@ Be sure to use the nofilter modifier, to prevent HTML escaping.
DO NOT DELETE THIS FILE, some plugins may use it.
*}
{* Set the default translation domain, that will be used by {intl} when the 'd' parameter is not set *}
{default_translation_domain domain='email.default'}
{block name='message-body'}{$message_body nofilter}{/block}