Skip to content

Commit

Permalink
[TASK] Add deepltranslate_glossary as suggestion
Browse files Browse the repository at this point in the history
Moving the glossary to an add-on extension should be respected by adding the
glossary as suggestion to ext_emconf.php and composer.json
  • Loading branch information
calien666 committed Dec 20, 2024
1 parent e21160c commit 326ae14
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,8 @@
"b13/container": "Just to be loaded after EXT:container",
"web-vision/enable-translated-content": "Adds enable translated content button to language columns in page view",
"web-vision/deepltranslate-assets": "Enables the translation of files in FileList Modal via deepl",
"typo3/cms-dashboard": "Install the package to enable the widgets from deepltranslate packages"
"typo3/cms-dashboard": "Install the package to enable the widgets from deepltranslate packages",
"web-vision/deepltranslate-glossary": "TYPO3 powered glossary for DeepL Translate. Manage your glossary for optimized translations"
},
"autoload": {
"psr-4": {
Expand Down
1 change: 1 addition & 0 deletions ext_emconf.php
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
'dashboard' => '*',
'enable_translated_content' => '*',
'deepltranslate_assets' => '*',
'deepltranslate_glossary' => '*',
],
],
'autoload' => [
Expand Down

0 comments on commit 326ae14

Please sign in to comment.