Obtaining Default LP

There are two ways to obtain default Plesk Expand LP source files:

 

Generally speaking, you have two options when creating your language pack:

 

To obtain source files from the Localization Kit for a partial LP:

  1. Copy src/en-US/ folder downloaded with this Localization Kit to your locale source files directory <path-to-my-locale>/<xx-XX>/ (where <xx-XX> is the code of the locale for which you create an LP):

    # cp -r /<path-to-unpacked-localization-kit>/src/en-US/ /<path-to-my-locale>/<xx-XX>/

  2. Remove /help/ directory from your locale source files directory:

    # rm -r /<path-to-my-locale>/<xx-XX>/<help>/

 

To obtain source files from the Localization Kit for a complete LP:

Copy /src/en-US/ folder downloaded with this Localization Kit to your locale source files directory /<path-to-my-locale>/<xx-XX>/ (where <xx-XX> is the code of the locale for which you create an LP):

# cp -r /<path-to-unpacked-localization-kit>/src/en-US/ /<path-to-my-locale>/<xx-XX>/

 

To obtain source files from a Plesk Expand instance for a partial LP:

  1. Make the /usr/local/expand/ your working directory:

    # cd /usr/local/expand/

  2. Copy /share/locale/en-US/locale.xml file to your locale source files directory /<path-to-my-locale>/<xx-XX>/ (where <xx-XX> is the code of the locale for which you create an LP):

    # cp /share/locale/en-US/locale.xml /<path-to-my-locale>/<xx-XX>/locale.xml

  3. Copy /frontend/htdocs/locale/en-US/license.html file to your locale source files directory /<path-to-my-locale>/<xx-XX>/ :

    # cp /frontend/htdocs/locale/en-US/license.html /<path-to-my-locale>/<xx-XX>/license.html

 

To obtain source files from a Plesk Expand instance for a complete LP:

  1. Repeat steps 1-3 of the previous instruction.
  2. Copy the /frontend/htdocs/help/en-US/ directory to your locale source files directory /<path-to-my-locale>/<xx-XX>/:

    # cp -r /frontend/htdocs/help/en-US/ /<path-to-my-locale>/<xx-XX>/help/