• Debian 11 is approaching its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.80 will be the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

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