From cb605d619e202263dc10c9953683df58f439bc2f Mon Sep 17 00:00:00 2001 From: Emanuel Schuetze Date: Sun, 3 Apr 2016 11:53:40 +0200 Subject: [PATCH] Mark missing translation string. --- openslides/core/static/js/core/site.js | 4 +++- openslides/core/static/templates/index.html | 2 +- .../locale/angular-gettext/template-en.pot | 16 ++++++++++------ 3 files changed, 14 insertions(+), 8 deletions(-) diff --git a/openslides/core/static/js/core/site.js b/openslides/core/static/js/core/site.js index 2016c624a..62ee12aa4 100644 --- a/openslides/core/static/js/core/site.js +++ b/openslides/core/static/js/core/site.js @@ -429,7 +429,9 @@ angular.module('OpenSlidesApp.core.site', [ .directive('routeLoadingIndicator', [ '$rootScope', '$state', - function($rootScope, $state) { + 'gettext', + function($rootScope, $state, gettext) { + gettext('Loading ...'); return { restrict: 'E', template: "

Loading ...

", diff --git a/openslides/core/static/templates/index.html b/openslides/core/static/templates/index.html index 0061c4b11..4c83fca39 100644 --- a/openslides/core/static/templates/index.html +++ b/openslides/core/static/templates/index.html @@ -128,7 +128,7 @@ -