Skip to content

Commit

Permalink
add app name translation #228
Browse files Browse the repository at this point in the history
  • Loading branch information
weeman1337 committed Dec 5, 2021
1 parent 9177a26 commit 95ed2dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion appinfo/app.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@
'order' => 10,
'href' => \OC::$server->getURLGenerator()->linkToRoute('ocdownloader.Index.Add'),
'icon' => \OC::$server->getURLGenerator()->imagePath('ocdownloader', 'ocdownloader.svg'),
'name' => 'ocDownloader'
'name' => \OC::$server->getL10N('ocdownloader')->t('ocDownloader')
]);

0 comments on commit 95ed2dc

Please sign in to comment.