[i18n] tg-2693 #ready-for-test
parent
80f568899b
commit
a6192d98a4
|
@ -293,7 +293,7 @@ init = ($log, $config, $rootscope, $auth, $events, $analytics, $translate) ->
|
||||||
$rootscope.contribPlugins = @.taigaContribPlugins
|
$rootscope.contribPlugins = @.taigaContribPlugins
|
||||||
$rootscope.adminPlugins = _.where(@.taigaContribPlugins, {"type": "admin"})
|
$rootscope.adminPlugins = _.where(@.taigaContribPlugins, {"type": "admin"})
|
||||||
|
|
||||||
$rootscope.$on "$translateLoadingEnd", (e, ctx) ->
|
$rootscope.$on "$translateChangeEnd", (e, ctx) ->
|
||||||
lang = ctx.language
|
lang = ctx.language
|
||||||
i18nInit(lang, $translate)
|
i18nInit(lang, $translate)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue