[i18n] Fix backlog section name
parent
bccbda98cb
commit
31590f939c
|
@ -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
|
||||
|
||||
|
|
|
@ -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",
|
||||
|
|
|
@ -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",
|
||||
|
|
Loading…
Reference in New Issue