There are two ways to obtain default Plesk Expand LP source files:
The files are available at the /src/ directory of the unpacked Localization Kit.
Generally speaking, you have two options when creating your language pack:
The partial LP includes locale.xml and license.html files.
The complete LP includes locale.xml and license.html files, and help folder.
To obtain source files from the Localization Kit for a partial LP:
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>/
/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:
/usr/local/expand/ your working directory:# cd /usr/local/expand/
/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
/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:
/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/