• 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

7.5.1-ja-JP TYPO information

ToolBox

Basic Pleskian
the last two lines of /usr/local/psa/admin/plib/locales/ja-JP/messages_ja-JP.php are TYPO?

@include_once('common_messages_en-US.php');
@include_once('conhelp_en-US.php');

but,

@include_once('common_messages_ja-JP.php');
@include_once('conhelp_ja-JP.php');
 
Hello Toolbox,

yes, you are right, it should be

@include_once('common_messages_ja-JP.php');
@include_once('conhelp_ja-JP.php');

The LP has been fixed and can be accessed by the following links:

http://download1.parallels.com/Plesk/PPP9//Localization/psa-locale-ja-JP-9.5.1-2010041913.noarch.rpm
http://download1.parallels.com/Plesk/PPP9//Localization/psa-locale-ja-jp_9.5.1-2010041913_all.deb
http://download1.parallels.com/Plesk/PPP9//Localization/psa-locale-ja-jp-9.5.1_2010041913.tbz

These links will be available on page http://www.parallels.com/download/plesk/utilities/ soon.
 
Back
Top