• The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

Can't update .lng file (changes don't appears)

Gray.K

New Pleskian
Hello!
I use standalone version WPB 11.1.0 on linux
And i use Control panel button
I want to change button caption and hint for that button.

I found appropriate parameters in
/usr/local/sb/resources/locale/en_EN/Js/Editor.lng
controlPanelButtonText
controlPanelButtonTooltip

but if i make some changes
controlPanelButtonText = "hello!" it's don't appears.
How to make WPB update locales from .lng files?
 
Hello,

To apply any changes at "Js" folder, you need also execute update of JS-locales:
Code:
# sw-engine /usr/local/sb/utils/updateResources.php locale

Please note, that your version does not support custom localization. So, you loose your changes after upgrade (files will be rewritten). Normal custom localization way will available in WPB 11.5 version.
 
Back
Top