Translate "Leader teams"

pull/9723/head
Benedikt Werner 2021-09-04 20:59:35 +02:00
parent 9f1bb5c0d2
commit 023e5822bb
No known key found for this signature in database
GPG Key ID: 1DBFF0F8E9E121EB
3 changed files with 3 additions and 1 deletions

View File

@ -31,7 +31,7 @@ object bits {
),
ctx.isAuth option
a(cls := tab.active("leader"), href := routes.Team.leader)(
"Leader teams"
leaderTeams()
),
a(cls := tab.active("all"), href := routes.Team.all())(
allTeams()

View File

@ -1638,6 +1638,7 @@ object team {
val `team` = new I18nKey("team:team")
val `teams` = new I18nKey("team:teams")
val `allTeams` = new I18nKey("team:allTeams")
val `leaderTeams` = new I18nKey("team:leaderTeams")
val `newTeam` = new I18nKey("team:newTeam")
val `myTeams` = new I18nKey("team:myTeams")
val `noTeamFound` = new I18nKey("team:noTeamFound")

View File

@ -7,6 +7,7 @@
<item quantity="other">%s members</item>
</plurals>
<string name="allTeams">All teams</string>
<string name="leaderTeams" comment="This is the button for 'teams lead by you' in the teams navigation sidebar">Leader teams</string>
<string name="newTeam">New team</string>
<string name="myTeams">My teams</string>
<string name="noTeamFound">No team found</string>