[i18n] Fix backlog section name

stable
David Barragán Merino 2015-04-22 16:38:19 +02:00
parent bccbda98cb
commit 31590f939c
3 changed files with 3 additions and 1 deletions

View File

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

View File

@ -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",

View File

@ -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",