diff --git a/app/coffee/modules/base/i18n.coffee b/app/coffee/modules/base/i18n.coffee index 0a4b34e9..f9584746 100644 --- a/app/coffee/modules/base/i18n.coffee +++ b/app/coffee/modules/base/i18n.coffee @@ -45,6 +45,9 @@ class I18nService extends taiga.Service i18n.init(@.options) @rootscope.t = i18n.t + t: (path, opts) -> + return i18n.t(path, opts) + I18nDirective = ($rootscope, $i18n) -> link = ($scope, $el, $attrs) ->