Re: Translate main menu items

2019-03-19 Thread Pierre Smits
When updating label files to have your translations in you don't need to
restart the OFBiz instance. You can reload the label data by invoking the
'Clear All Caches'  function in Web Tools/Cache Maintenance. See
https://demo-trunk.ofbiz.apache.org/webtools/control/FindUtilCache

Best regards,

Pierre Smits

*Apache Trafodion , Vice President*
*Apache Directory , PMC Member*
Apache Incubator , committer
*Apache OFBiz , contributor (without privileges)
since 2008*
Apache Steve , committer


On Tue, Mar 19, 2019 at 11:05 AM Rishi Solanki 
wrote:

> Server restart requires to reload the configuration changes. Also check the
> locale in the current context.
> HTH!
>
>
> *Rishi Solanki* | Sr Manager, Enterprise Software Development
> HotWax Systems 
> Plot no. 80, Scheme no. 78 Part 2, Near Brilliant Convention Center,
> Indore,
> M.P 452010
> Linkedin: *Rishi Solanki*
> 
> Direct: +91-9893287847
>
>
> On Tue, Mar 19, 2019 at 12:24 PM Илья Михайлов
>  wrote:
>
> > Hallo!
> >
> > I try to find out how translate main menu item of my custom plugin.
> >
> > I go to widgets folder and open menu file. See title.
> >
> > name="MainAppBar" title="${uiLabelMap.PharmacyApplication}"
> >
> > I add PharmacyApplication key to config folder UiLabels with my
> > translations, but nothing happened.
> >
> > Where i go wrong?
> >
> > And how i can hide menu item if i want to?
> >
> > Thanks.Regards.
> >
>


Re: Translate main menu items

2019-03-19 Thread Oleg Andreyev
Hi,

What does it mean “add PharmacyApplication key”? You need to find file where 
PharmacyApplication is defined and add a translation in your language to the 
existing key.
Don’t forget restart or clear caches, it is not appear immediately.

> On Mar 19, 2019, at 08:54, Илья Михайлов  
> wrote:
> 
> Hallo!
> 
> I try to find out how translate main menu item of my custom plugin.
> 
> I go to widgets folder and open menu file. See title.
> 
> name="MainAppBar" title="${uiLabelMap.PharmacyApplication}" 
> 
> I add PharmacyApplication key to config folder UiLabels with my translations, 
> but nothing happened.
> 
> Where i go wrong?
> 
> And how i can hide menu item if i want to?
> 
> Thanks.Regards.



Re: Translate main menu items

2019-03-19 Thread Rishi Solanki
Server restart requires to reload the configuration changes. Also check the
locale in the current context.
HTH!


*Rishi Solanki* | Sr Manager, Enterprise Software Development
HotWax Systems 
Plot no. 80, Scheme no. 78 Part 2, Near Brilliant Convention Center, Indore,
M.P 452010
Linkedin: *Rishi Solanki*

Direct: +91-9893287847


On Tue, Mar 19, 2019 at 12:24 PM Илья Михайлов
 wrote:

> Hallo!
>
> I try to find out how translate main menu item of my custom plugin.
>
> I go to widgets folder and open menu file. See title.
>
> name="MainAppBar" title="${uiLabelMap.PharmacyApplication}"
>
> I add PharmacyApplication key to config folder UiLabels with my
> translations, but nothing happened.
>
> Where i go wrong?
>
> And how i can hide menu item if i want to?
>
> Thanks.Regards.
>


Re: Apache OFBiz Blog - February 2019 Update

2019-03-19 Thread Jacques Le Roux

Thanks Aditya!

Jacques

Le 19/03/2019 à 06:29, Aditya Sharma a écrit :

Hi Everyone

A brief summary of our project news for last month can be found in our
monthly blog update at the link below:

https://s.apache.org/xasS

Thanks to Sharan Foga, Swapnil M Mane, Suraj Khurana, Deepak Dixit,
Michael Brohl, Jacques Le Roux and Pranay Pandey for their continued
support.

Thanks & Regards
Aditya Sharma



Translate main menu items

2019-03-19 Thread Илья Михайлов
Hallo!

I try to find out how translate main menu item of my custom plugin.

I go to widgets folder and open menu file. See title.

name="MainAppBar" title="${uiLabelMap.PharmacyApplication}" 

I add PharmacyApplication key to config folder UiLabels with my translations, 
but nothing happened.

Where i go wrong?

And how i can hide menu item if i want to?

Thanks.Regards.