• 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
  • Please beaware of a breaking change in the REST API on the next Plesk release (18.0.62).
    Starting from Plesk Obsidian 18.0.62, requests to REST API containing the Content-Type header with a media-type directive other than “application/json” will result in the HTTP “415 Unsupported Media Type” client error response code. Read more here

NL_nl Translation error

W

wiebren

Guest
When I am in the Wizard/Edit there are 3 values not correctly translated, see the attachment.
 

Attachments

  • sitebuilder2.JPG
    sitebuilder2.JPG
    54.5 KB · Views: 71
workaround

For solving this problem you should delete backslashes from key "duplicatePageFileName" in usr/local/sitebuilder/resources/locale/nl_NL/Wizard/Edit.lng.

$ grep -R "duplicatePageFileName" /usr/local/sitebuilder/resources/locale/nl_NL/
/usr/local/sitebuilder/resources/locale/nl_NL/Wizard/Edit.lng:duplicatePageFileName = "Bestandsnaam van de pagina moet uniek zijn binnen elke sitestructuur. Ook mag u een pagina niet \'index\' noemen, omdat dit een reserveerde naam is."
$
 
Back
Top