Skip to content

Commit

Permalink
feat: translate menu item
Browse files Browse the repository at this point in the history
  • Loading branch information
Steffen Giers committed Jul 3, 2019
1 parent 29f3229 commit 4608e05
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions includes/translations/de.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<?php

return [
'view.helpsection' => 'Hilfe',
'mgfhelp.close' => 'Schließen',
'mgfhelp.menu' => 'Navigation',
'mgfhelp.overview' => 'Übersicht',
Expand Down
1 change: 1 addition & 0 deletions includes/translations/en.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<?php

return [
'view.helpsection' => 'Help',
'mgfhelp.close' => 'Close',
'mgfhelp.menu' => 'Menu',
'mgfhelp.overview' => 'Overview',
Expand Down
1 change: 0 additions & 1 deletion src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ import View from "./components/view.vue";
panel.plugin("mgfagency/helpsection", {
views: {
helpsection: {
label: "Hilfe",
icon: "wand",
menu: true,
component: View
Expand Down

0 comments on commit 4608e05

Please sign in to comment.