• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

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