Add related DB fields

This commit is contained in:
Jürgen Mummert
2025-12-22 15:12:20 +01:00
parent ddf5f7172c
commit f702e8e07a
7 changed files with 153 additions and 0 deletions
@@ -0,0 +1,7 @@
<?php
$GLOBALS['TL_LANG']['MSC']['meilisearch_priority'] = [
1 => 'Niedrig',
2 => 'Standard',
3 => 'Hoch',
];