Package io.goobi.viewer.model.translations.admin
package io.goobi.viewer.model.translations.admin
Contains model classes for the translation administration UI, grouping translatable items from Solr field names,
Solr field values, and core/local message bundles into manageable translation groups.
-
ClassDescriptionGroup item for core messages.Group item for local messages.A single message key with all its available translations for admin backend editing.Represents the completeness of translations for a
MessageEntryacross all configured locales.Language + translation pair.ATranslationGroupItemwhose keys are Solr field names, resolved either as a literal field name or as a regular expression matched against all known Solr fields.ATranslationGroupItemwhose keys are Solr field values, loaded via facet queries and expanded hierarchically using the configured collection splitting character.Groups a set of translatable message keys of the same category for display and editing in the admin backend.Defines the source from which message keys and their translations are loaded for aTranslationGroup.A singleelement as part of a translation group.