Custom translations for CMDB Model Categories revert after language plugin repairDescriptionWhen a translation for the cmdb_model_category table is updated(in sys_translated_text), the change is not recorded in sys_update_xml. Because of this, custom translations done in sys_translated_text are lost when a language plugin is repaired. As a result, translated values revert to their original out-of-the-box values, impacting customers who rely on customized language translations.Steps to Reproduce 1. Log in to an instance and activate the Spanish language plugin. 2. Set the system language to Spanish. 3. Navigate to the sys_translated_text table and filter records for the cmdb_model_category table. 4. Update a translation value (for example, change Ordenador to Computadora). 5. Verify that no corresponding sys_update_xml record is created. 6. Run a Language Plugin Repair for Spanish. 7. Observe that the translation is reverted back to its original value.WorkaroundThe solution is to enable update synchronization by adding update_synch=true to the Attributes field of the Collection dictionary entry for the cmdb_model_category table, ensuring translation updates are captured correctly.Adding update_synch attribute to the cmdb_model_category table:Related Problem: PRB1943052