• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

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