[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) ->
|
@location, @appTitle, @navUrls, @events, @analytics, tgLoader, @translate) ->
|
||||||
bindMethods(@)
|
bindMethods(@)
|
||||||
|
|
||||||
@scope.sectionName = "Backlog"
|
@scope.sectionName = @translate.instant("BACKLOG.SECTION_NAME")
|
||||||
@showTags = false
|
@showTags = false
|
||||||
@activeFilters = false
|
@activeFilters = false
|
||||||
|
|
||||||
|
|
|
@ -516,6 +516,7 @@
|
||||||
"SIZE_CHANGE": "Made {{size}} {size, plural, one{change} other{changes}}"
|
"SIZE_CHANGE": "Made {{size}} {size, plural, one{change} other{changes}}"
|
||||||
},
|
},
|
||||||
"BACKLOG": {
|
"BACKLOG": {
|
||||||
|
"SECTION_NAME": "Backlog",
|
||||||
"MOVE_US_TO_CURRENT_SPRINT": "Move to Current Sprint",
|
"MOVE_US_TO_CURRENT_SPRINT": "Move to Current Sprint",
|
||||||
"SHOW_FILTERS": "Show filters",
|
"SHOW_FILTERS": "Show filters",
|
||||||
"SHOW_TAGS": "Show tags",
|
"SHOW_TAGS": "Show tags",
|
||||||
|
|
|
@ -514,6 +514,7 @@
|
||||||
"SIZE_CHANGE": "Hechos {{size}} {size, plural, one{cambio} other{cambios}}\n"
|
"SIZE_CHANGE": "Hechos {{size}} {size, plural, one{cambio} other{cambios}}\n"
|
||||||
},
|
},
|
||||||
"BACKLOG": {
|
"BACKLOG": {
|
||||||
|
"SECTION_NAME": "Backlog",
|
||||||
"MOVE_US_TO_CURRENT_SPRINT": "Mover al Sprint en curso",
|
"MOVE_US_TO_CURRENT_SPRINT": "Mover al Sprint en curso",
|
||||||
"SHOW_FILTERS": "Mostrar filtros",
|
"SHOW_FILTERS": "Mostrar filtros",
|
||||||
"SHOW_TAGS": "Ver etiquetas",
|
"SHOW_TAGS": "Ver etiquetas",
|
||||||
|
|
Loading…
Reference in New Issue