Skip to content

Commit

Permalink
Add Joomla 5.0 support
Browse files Browse the repository at this point in the history
  • Loading branch information
HLeithner authored Aug 26, 2023
1 parent a2caed3 commit 3cb2c59
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions com_languagepack/site/models/export.php
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,13 @@ class LanguagepackModelExport extends ListModel
'folder' => 'details4',
'target' => '4.[01234]'
],
45 => [
'application_id' => 6,
'menu_id' => 1198,
'filename' => 'translationlist_5',
'folder' => 'details5',
'target' => '5.[0]'
],
];

/**
Expand Down

0 comments on commit 3cb2c59

Please sign in to comment.