Security Advisor - Needs Attention! (does not pick up translated label)

This is a place to discuss how to adapt mojoPortal to the needs of different cultures. Before asking questions here please first review the localization documentation.

This thread is closed to new posts. You must sign in to post in the forums.
10/15/2010 3:26:31 AM
Gravatar
Total Posts 149
Partner
mojoPortal Skinning, Custom Development and Support in Italy?
EffectiveWeb.it

Security Advisor - Needs Attention! (does not pick up translated label)

Just a little issue...

After upgrading to 2.3.5.4 and adapting my skin (style.config) to use Crystal Icons in Administration Menu, I noticed that label of Security Advisor Icon does not fully pick-up the local language translation from resource.resx.

"Security Advisor" label is correctly transalted as "Consulente per la Sicurezza"

<data name="SecurityAdvisor" xml:space="preserve">
<value>Consulente per la Sicurezza</value>
</data>

 

but "Needs Attention!" is NOT translated as "Richiede Attenzione"

<data name="NeedsAttention" xml:space="preserve">
<value>Richiede Attenzione</value>
</data>

 

Did I miss anything ?

Ciao, Diego

10/15/2010 7:47:42 AM
Gravatar
Total Posts 18439

Re: Security Advisor - Needs Attention! (does not pick up translated label)

Hi Diego,

I guess you are using the new admin icons and CSS. If not using that then we have an extra label we show for "Needs Attention", and this label is localizeable from the resource file.

However when using the icons, I could not find a way to position this label without breaking the layout. So what I did was hide it, and then add the extra text "Needs Attention" from the CSS. If you look in /Data/style/adminmenu/style.css you will see it:

a.lnkSecurityAdvisorWarning:after { content: " Needs Attention! "; }

The only solution I can think of is that you can copy the style.css to style-it.css and translate it in the CSS and then change your style.config file to include the translated file instead of style.css

Best,

Joe

You must sign in to post in the forums. This thread is closed to new posts.