From a6192d98a4766e029b08b05d7ce97d4bafe91044 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20Barrag=C3=A1n=20Merino?= Date: Tue, 19 May 2015 11:27:57 +0200 Subject: [PATCH] [i18n] tg-2693 #ready-for-test --- app/coffee/app.coffee | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/coffee/app.coffee b/app/coffee/app.coffee index 5489568b..32807348 100644 --- a/app/coffee/app.coffee +++ b/app/coffee/app.coffee @@ -293,7 +293,7 @@ init = ($log, $config, $rootscope, $auth, $events, $analytics, $translate) -> $rootscope.contribPlugins = @.taigaContribPlugins $rootscope.adminPlugins = _.where(@.taigaContribPlugins, {"type": "admin"}) - $rootscope.$on "$translateLoadingEnd", (e, ctx) -> + $rootscope.$on "$translateChangeEnd", (e, ctx) -> lang = ctx.language i18nInit(lang, $translate)