Skip to content

Commit

Permalink
fixed missing lang vars
Browse files Browse the repository at this point in the history
  • Loading branch information
ggoffy committed Mar 9, 2023
1 parent 92449ca commit 8427216
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions language/english/blocks.php
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@
\define('_MB_WGEVENTS_TITLE_LENGTH', 'Title Length');
\define('_MB_WGEVENTS_CATTODISPLAY', 'Category to Display');
\define('_MB_WGEVENTS_ALLCAT', 'All Category');
\define('_MB_WGEVENTS_EVENTS_TO_DISPLAY', 'Events to Display');
\define('_MB_WGEVENTS_ALL_EVENTS', 'All events');
// Event
\define('_MB_WGEVENTS_EVENT_SHOWMORE', 'Show more events');
\define('_MB_WGEVENTS_BLOCKTYPE', 'Block type');
Expand Down
2 changes: 2 additions & 0 deletions language/german/blocks.php
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@
\define('_MB_WGEVENTS_TITLE_LENGTH', 'Titellänge');
\define('_MB_WGEVENTS_CATTODISPLAY', 'Anzuzeigende Kategorien');
\define('_MB_WGEVENTS_ALLCAT', 'Alle Kategorien');
\define('_MB_WGEVENTS_EVENTS_TO_DISPLAY', 'Anzuzeigende Veranstaltungen');
\define('_MB_WGEVENTS_ALL_EVENTS', 'Alle Veranstaltungen');
// Event
\define('_MB_WGEVENTS_EVENT_SHOWMORE', 'Weitere Veranstaltungen anzeigen');
\define('_MB_WGEVENTS_BLOCKTYPE', 'Blocktyp');
Expand Down

0 comments on commit 8427216

Please sign in to comment.