Skip to main content
Solved

Gui translations


tiago
Captain
Forum|alt.badge.img+5

Hi all,

I have an issue getting the English Gui translations Base model to take effect in my model. 

What I did:

Models → models Overview →  branches → Base Models

selected GUI_TRANSL_ENG

Linked the model 

Generated Definition

My expectation was that the objects would have been translated, but this was not the case. 

 

 

 

Best answer by Mark Jongeling

Hi Tiago,

I think what happened here is that you have attached an Application language and pressed "Generate translation objects” in the Translations screen. The SF will then generate all these translation objects without translation. After that, a Generate definition or Merge base models into work model does not update the translation as the translation objects are not maintained by the base model, but rather by the work model itself.

Probably it is best that we execute the task Merge base models into work model to immediately obtain the Translation objects and the translation from the base model. 

Can you create a ticket for this? Thanks!

View original
Did this topic help you find an answer to your question?
This topic has been closed for replies.

2 replies

tiago
Captain
Forum|alt.badge.img+5
  • Author
  • Captain
  • 47 replies
  • March 11, 2025

I took a look at the databas of the SF, and figured out I could do this:
 

update tot_target

set tot_target.transl = tot_source.transl

from transl_object_transl tot_target

join transl_object_transl tot_source

    on tot_target.transl_object_id = tot_source.transl_object_id

where tot_source.model_id = 'GUI_TRANSL_ENG'

    and tot_target.model_id = 'nbso'

    and tot_source.appl_lang_id = 'ENG'

    and tot_target.appl_lang_id = 'ENG'

    and tot_source.type_of_object = 13

    and tot_target.type_of_object = 13

This got my items translated. It worked. I suppose there is no harm in this, is there? 


Mark Jongeling
Administrator
Forum|alt.badge.img+23
  • Administrator
  • 3945 replies
  • Answer
  • March 11, 2025

Hi Tiago,

I think what happened here is that you have attached an Application language and pressed "Generate translation objects” in the Translations screen. The SF will then generate all these translation objects without translation. After that, a Generate definition or Merge base models into work model does not update the translation as the translation objects are not maintained by the base model, but rather by the work model itself.

Probably it is best that we execute the task Merge base models into work model to immediately obtain the Translation objects and the translation from the base model. 

Can you create a ticket for this? Thanks!


Cookie policy

We use cookies to enhance and personalize your experience. If you accept you agree to our full cookie policy. Learn more about our cookies.

 
Cookie settings