Skip to content

Commit

Permalink
update IT translation, fix check menu selection
Browse files Browse the repository at this point in the history
  • Loading branch information
kenlog committed Jan 30, 2019
1 parent deef410 commit 394cf96
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 3 additions & 1 deletion Locale/it_IT/translations.php
Expand Up @@ -4,5 +4,7 @@
'New update:' => 'Nuovo aggiornamento:',
'New version: Kanboard v' => 'Nuova versione: Kanboard v',
'Filter by name or content' => 'Filtra per nome o contenuto',
'Search...' => 'Ricerca...'
'Search...' => 'Ricerca...',
'Latest Plugins' => 'Ultimi plugin pubblicati',
'There are no new plugins available at this moment.' => 'Non ci sono nuovi plugin disponibili in questo momento.'
];
3 changes: 1 addition & 2 deletions Template/plugin/sidebar.php
@@ -1,4 +1,3 @@
<!-- ADD <li> TO SIDEBAR FOR LATEST PLUGINS WILL GO TO CONTROLLER FIRST -->
<div class="sidebar">
<ul>
<li <?= $this->app->checkMenuSelection('PluginController', 'show') ?>>
Expand All @@ -7,7 +6,7 @@
<li <?= $this->app->checkMenuSelection('PluginController', 'directory') ?>>
<?= $this->url->link(t('Plugin Directory'), 'PluginController', 'directory') ?>
</li>
<li <?= $this->app->checkMenuSelection('PluginTimestampedController', 'show', ['plugin' => 'UpdateNotifier']) ?>>
<li <?= $this->app->checkMenuSelection('PluginTimestampedController', 'show') ?>>
<?= $this->url->link(t('Latest Plugins'), 'PluginTimestampedController', 'show', ['plugin' => 'UpdateNotifier']) ?>
</li>
</ul>
Expand Down

0 comments on commit 394cf96

Please sign in to comment.