From 31590f939cfe70e33c1ca465c33f7622cc935e2f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20Barrag=C3=A1n=20Merino?= Date: Wed, 22 Apr 2015 16:38:19 +0200 Subject: [PATCH] [i18n] Fix backlog section name --- app/coffee/modules/backlog/main.coffee | 2 +- app/locales/locale-en.json | 1 + app/locales/locale-es.json | 1 + 3 files changed, 3 insertions(+), 1 deletion(-) diff --git a/app/coffee/modules/backlog/main.coffee b/app/coffee/modules/backlog/main.coffee index b2794808..aa337b5f 100644 --- a/app/coffee/modules/backlog/main.coffee +++ b/app/coffee/modules/backlog/main.coffee @@ -57,7 +57,7 @@ class BacklogController extends mixOf(taiga.Controller, taiga.PageMixin, taiga.F @location, @appTitle, @navUrls, @events, @analytics, tgLoader, @translate) -> bindMethods(@) - @scope.sectionName = "Backlog" + @scope.sectionName = @translate.instant("BACKLOG.SECTION_NAME") @showTags = false @activeFilters = false diff --git a/app/locales/locale-en.json b/app/locales/locale-en.json index 34a74ef8..123c0d1e 100644 --- a/app/locales/locale-en.json +++ b/app/locales/locale-en.json @@ -516,6 +516,7 @@ "SIZE_CHANGE": "Made {{size}} {size, plural, one{change} other{changes}}" }, "BACKLOG": { + "SECTION_NAME": "Backlog", "MOVE_US_TO_CURRENT_SPRINT": "Move to Current Sprint", "SHOW_FILTERS": "Show filters", "SHOW_TAGS": "Show tags", diff --git a/app/locales/locale-es.json b/app/locales/locale-es.json index 65fea406..26763a59 100644 --- a/app/locales/locale-es.json +++ b/app/locales/locale-es.json @@ -514,6 +514,7 @@ "SIZE_CHANGE": "Hechos {{size}} {size, plural, one{cambio} other{cambios}}\n" }, "BACKLOG": { + "SECTION_NAME": "Backlog", "MOVE_US_TO_CURRENT_SPRINT": "Mover al Sprint en curso", "SHOW_FILTERS": "Mostrar filtros", "SHOW_TAGS": "Ver etiquetas",