Skip to content

Commit

Permalink
translations update
Browse files Browse the repository at this point in the history
  • Loading branch information
Dennis Reilard committed May 1, 2021
1 parent e651c13 commit 1a9d2a0
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
8 changes: 7 additions & 1 deletion config/config.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ class Config extends \Ilch\Config\Install
{
public $config = [
'key' => 'radiohoerercharts',
'version' => '1.6.0',
'version' => '1.6.1',
'icon_small' => 'fa-list-ol',
'author' => 'Reilard, Dennis alias hhunderter ',
'link' => '',
Expand Down Expand Up @@ -296,6 +296,12 @@ public function getUpdate($installedVersion)
$databaseConfig = new \Ilch\Config\Database($this->db());
$databaseConfig->set('radio_hoerercharts_show_artwork', '0');
$databaseConfig->set('radio_hoerercharts_active_list', '1');
case "1.6.0":
// update zu 1.6.1
/*
translations update
*/

}
return 'Update function executed.';
}
Expand Down
2 changes: 1 addition & 1 deletion translations/de.php
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
'reset' => 'Zurücksetzen',
'datetimeformat' => 'd.m.Y H:i',
'artworkUrl' => 'artworkUrl',
'artworkUrlget' => 'artworkUrl',
'artworkUrlget' => 'Laden der Bild URL',
'show_artwork' => 'show_artwork',
'show_artworkText' => 'show_artworkText',
'artwork' => 'artwork',
Expand Down
2 changes: 1 addition & 1 deletion translations/en.php
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
'reset' => 'Reset to default',
'datetimeformat' => 'd-m-Y H:i',
'artworkUrl' => 'artworkUrl',
'artworkUrlget' => 'artworkUrl',
'artworkUrlget' => 'Loading the image URL',
'show_artwork' => 'show_artwork',
'show_artworkText' => 'show_artworkText',
'artwork' => 'artwork',
Expand Down

0 comments on commit 1a9d2a0

Please sign in to comment.