From e33eab89a0631280956e0695fb116c41922e3ad7 Mon Sep 17 00:00:00 2001 From: Jonathan Druart Date: Wed, 31 Oct 2018 11:13:49 -0300 Subject: [PATCH] Bug 15395: Fix QA failure - filter not found Signed-off-by: Jonathan Druart --- t/LangInstaller/templates/simple.tt | 1 + 1 file changed, 1 insertion(+) diff --git a/t/LangInstaller/templates/simple.tt b/t/LangInstaller/templates/simple.tt index 4b95636526..872e66714d 100644 --- a/t/LangInstaller/templates/simple.tt +++ b/t/LangInstaller/templates/simple.tt @@ -1,3 +1,4 @@ +[% PROCESS 'i18n.inc' %] [% t('hello') | $raw %] [% tx('hello {name}', { name = 'Bob' }) | $raw %] [% tn('item', 'items', count) | $raw %] -- 2.11.0