Commit 1bbc57f395fd18c0ca6fcbca7b15cdfa6597d8dd
1 parent
bacf2f44
Exists in
master
and in
5 other branches
Add translations
Showing
1 changed file
with
5 additions
and
0 deletions
Show diff stats
theme.js
@@ -22,6 +22,11 @@ function addReadMoreOnTrackCards(){ | @@ -22,6 +22,11 @@ function addReadMoreOnTrackCards(){ | ||
22 | }); | 22 | }); |
23 | } | 23 | } |
24 | 24 | ||
25 | +function translateButtons(){ | ||
26 | + $('div.community-track-plugin_track-card-list-block').find('div.more a').text("Todas as Trilhas"); | ||
27 | + $('a.view-all').each(function(){$(this).text('Veja todos');}); | ||
28 | +} | ||
29 | + | ||
25 | $(document).ready(function(){ | 30 | $(document).ready(function(){ |
26 | shortAdminButtonLabels(); | 31 | shortAdminButtonLabels(); |
27 | addSubtitles(); | 32 | addSubtitles(); |