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,

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:

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,

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,

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.