[i18n] tg-2693 #ready-for-test

stable
David Barragán Merino 2015-05-19 11:27:57 +02:00
parent 80f568899b
commit a6192d98a4
1 changed files with 1 additions and 1 deletions

View File

@ -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)