From c453981d5ac27be26d6da3fba95d5468d592d2d3 Mon Sep 17 00:00:00 2001 From: Benjamin Perche Date: Tue, 5 Aug 2014 10:02:42 +0200 Subject: [PATCH] =?UTF-8?q?Fix=20translation=20domain=20in=20modales=20=09?= =?UTF-8?q?modifi=C3=A9:=20=20=20=20=20=20=20=20=20templates/backOffice/de?= =?UTF-8?q?fault/ajax/export-modal.html=20=09modifi=C3=A9:=20=20=20=20=20?= =?UTF-8?q?=20=20=20=20templates/backOffice/default/ajax/import-modal.html?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- templates/backOffice/default/ajax/export-modal.html | 3 +++ templates/backOffice/default/ajax/import-modal.html | 3 +++ 2 files changed, 6 insertions(+) diff --git a/templates/backOffice/default/ajax/export-modal.html b/templates/backOffice/default/ajax/export-modal.html index efd0931e0..b92abfc7f 100644 --- a/templates/backOffice/default/ajax/export-modal.html +++ b/templates/backOffice/default/ajax/export-modal.html @@ -1,3 +1,6 @@ +{* Set the default translation domain, that will be used by {intl} when the 'd' parameter is not set *} +{default_translation_domain domain='bo.default'} + {form name="thelia.export"}
{form_hidden_fields form=$form} diff --git a/templates/backOffice/default/ajax/import-modal.html b/templates/backOffice/default/ajax/import-modal.html index a22a8cd8d..f235a0e07 100644 --- a/templates/backOffice/default/ajax/import-modal.html +++ b/templates/backOffice/default/ajax/import-modal.html @@ -1,3 +1,6 @@ +{* Set the default translation domain, that will be used by {intl} when the 'd' parameter is not set *} +{default_translation_domain domain='bo.default'} + {form name="thelia.import"} {form_hidden_fields form=$form}