From a68f942c375e38f03c9ea000011a9d2059a3afbb Mon Sep 17 00:00:00 2001 From: Franck Allimant Date: Wed, 23 Apr 2014 01:13:16 +0200 Subject: [PATCH] Fixed translation bug ({intl} in comment) --- templates/backOffice/default/ajax/template-attribute-list.html | 2 +- templates/backOffice/default/ajax/template-feature-list.html | 2 +- templates/backOffice/default/ajax/thelia_news_feed.html | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/templates/backOffice/default/ajax/template-attribute-list.html b/templates/backOffice/default/ajax/template-attribute-list.html index 514623814..f2eab411b 100644 --- a/templates/backOffice/default/ajax/template-attribute-list.html +++ b/templates/backOffice/default/ajax/template-attribute-list.html @@ -1,4 +1,4 @@ -{* Set the default translation domain, that will be used by {intl} when the 'd' parameter is not set *} +{* Set the default translation domain, that will be used by intl when the 'd' parameter is not set *} {default_translation_domain domain='bo.default'}
diff --git a/templates/backOffice/default/ajax/template-feature-list.html b/templates/backOffice/default/ajax/template-feature-list.html index 08341beb1..b6f17923a 100644 --- a/templates/backOffice/default/ajax/template-feature-list.html +++ b/templates/backOffice/default/ajax/template-feature-list.html @@ -1,4 +1,4 @@ -{* Set the default translation domain, that will be used by {intl} when the 'd' parameter is not set *} +{* Set the default translation domain, that will be used by intl when the 'd' parameter is not set *} {default_translation_domain domain='bo.default'}
diff --git a/templates/backOffice/default/ajax/thelia_news_feed.html b/templates/backOffice/default/ajax/thelia_news_feed.html index dd857c56d..9680fbc27 100644 --- a/templates/backOffice/default/ajax/thelia_news_feed.html +++ b/templates/backOffice/default/ajax/thelia_news_feed.html @@ -1,6 +1,6 @@ {* this template is loaded via Ajax in the login page, to prevent login page slowdown *} -{* Set the default translation domain, that will be used by {intl} when the 'd' parameter is not set *} +{* Set the default translation domain, that will be used by intl when the 'd' parameter is not set *} {default_translation_domain domain='bo.default'}