• The APS Catalog has been deprecated and removed from all Plesk Obsidian versions.
    Applications already installed from the APS Catalog will continue working. However, Plesk will no longer provide support for APS applications.
  • Please be aware: with the Plesk Obsidian 18.0.78 release, the support for the ngx_pagespeed.so module will be deprecated and removed from the sw-nginx package.

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